If a LogEventListener is registered, the logger will call the LogEventListener when interesting Log Events occur. For example, the Logger will notify the LogEventListener when the current log file is 50% full to allow the application to copy old log entries forward.
If the application does not register a LogEventListener it will not have visibility to Log events. @author Michael Giroux
|
|
|
|
|
|
|
|