logLogEntry abstract method

void logLogEntry(
  1. String level,
  2. DateTime time,
  3. String message,
  4. Object exception,
  5. StackTrace stackTrace
)

Log that a log entry that was written to the analysis engine's log. The log entry has the given level and message, and was created at the given time.

Implementation

void logLogEntry(String level, DateTime time, String message,
    Object exception, StackTrace stackTrace);