Package org.oddjob.arooa.logging
Interface Appender
- All Known Implementing Classes:
ArchiveAppender
public interface Appender
Implementations may be added to an
AppenderAdapter to capture log messages.- Author:
- rob
-
Method Summary
Modifier and TypeMethodDescriptionvoidappend(LoggingEvent event) Called by the underlying Log implementation with event.
-
Method Details
-
append
Called by the underlying Log implementation with event.- Parameters:
event- The log event. Never null.
-