Interface ITraceEngine

All Known Implementing Classes:
TraceEngine

public interface ITraceEngine
Represents the trace engine, used for tracking actions.
Since:
9.2
Author:
A.Pragt
  • Method Details

    • trace

      void trace(ITraceMessage message)
      Inserts a trace message.
      Parameters:
      message - The message data, not null.
      Throws:
      TraceNotifyException - in case of an unhandled exception.
    • search

      ITraceEntry[] search(TraceSearchCriteria criteria)
      Searches for traces.
      Parameters:
      criteria - The search criteria, not null.
      Returns:
      List of found trace entries, not null.
      Throws:
      TraceSearchException - In case of an unhandled exception.