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 TypeMethodDescriptionvoidAppender.append(LoggingEvent event) Append a logging event.voidConsoleAppender.append(LoggingEvent event) Appends a log event to the console output stream.voidRollingFileAppender.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)