Uses of Class
com.log4rich.util.LoggingEvent
Packages that use LoggingEvent
-
Uses of LoggingEvent in com.log4rich.appenders
Methods in com.log4rich.appenders with parameters of type LoggingEventModifier and TypeMethodDescriptionvoid
Appender.append
(LoggingEvent event) Append a logging event.void
ConsoleAppender.append
(LoggingEvent event) Appends a log event to the console output stream.void
RollingFileAppender.append
(LoggingEvent event) Appends a log event to the file, handling rollover if necessary. -
Uses of LoggingEvent in com.log4rich.layouts
Methods in com.log4rich.layouts with parameters of type LoggingEventModifier and TypeMethodDescriptionLayout.format
(LoggingEvent event) Format a logging event into a string.StandardLayout.format
(LoggingEvent event)