public interface LogConfigurableType
Log interfaces that allow modification of their configuration.
All functions are thread-safe; any number of threads may call any of the functions without explicit synchronization.
| Modifier and Type | Method and Description |
|---|---|
void |
setCallback(LogCallbackType callback)
Set the callback evaluated for all log messages.
|
void |
setLevel(LogLevel level)
Set the current log level.
|
void setCallback(LogCallbackType callback)
callback - The callbackvoid setLevel(LogLevel level)
level - The levelCopyright © 2014 <code@io7m.com> http://io7m.com