public static class SeLionLogger.SeLionLoggerEventsImpl extends Object implements SimpleLoggerEvents
SimpleLoggerEvents for SeLionLogger| Constructor and Description |
|---|
SeLionLoggerEventsImpl() |
| 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 |
public void onPostInitialization(SimpleLogger logger)
SimpleLoggerEventsHandlers are initialized in SimpleLoggeronPostInitialization in interface SimpleLoggerEventslogger - - the Logger at the point of triggering this hookpublic void onPreInitialization(SimpleLogger logger)
SimpleLoggerEventsHandlers are initialized in SimpleLoggeronPreInitialization in interface SimpleLoggerEventslogger - - the Logger at the point of triggering this hookpublic void onLog(LogRecord record)
SimpleLoggerEventsSimpleLogger. This method exists as a means of convenience.onLog in interface SimpleLoggerEventsrecord - - the LogRecord associated with the eventCopyright © 2016 PayPal Open Source. All rights reserved.