logLogEntry abstract method
void
logLogEntry(
- String level,
- DateTime time,
- String message,
- Object exception,
- 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,
);