public interface LogCallbackType
A function evaluated for each log message.
| Modifier and Type | Method and Description |
|---|---|
void |
call(LogConfigReadableType log,
LogLevel level,
String message)
Evaluate the function.
|
void call(LogConfigReadableType log, LogLevel level, String message)
Evaluate the function. The message was logged using the given log interface and has the given level and content.
log - The log interface that received the message.level - The log level.message - The message contents.Copyright © 2014 <code@io7m.com> http://io7m.com