public interface SimpleLoggerEvents
SimpleLogger which can be implemented in your logger class| Modifier and Type | Method and Description |
|---|---|
void |
onLog(LogRecord record)
Called when events are logged by
SimpleLogger. |
void |
onPostInitialization(SimpleLogger logger)
Called after all log
Handlers are initialized in SimpleLogger |
void |
onPreInitialization(SimpleLogger logger)
Called before all log
Handlers are initialized in SimpleLogger |
void onPreInitialization(SimpleLogger logger)
Handlers are initialized in SimpleLoggerlogger - - the Logger at the point of triggering this hookvoid onPostInitialization(SimpleLogger logger)
Handlers are initialized in SimpleLoggerlogger - - the Logger at the point of triggering this hookvoid onLog(LogRecord record)
SimpleLogger. This method exists as a means of convenience.record - - the LogRecord associated with the eventCopyright © 2016 PayPal Open Source. All rights reserved.