public class ConsoleLayout
extends org.apache.log4j.Layout
Constructor and Description |
---|
ConsoleLayout() |
Modifier and Type | Method and Description |
---|---|
void |
activateOptions()
Does not do anything
|
java.lang.String |
format(org.apache.log4j.spi.LoggingEvent event)
Format the logging event for output
|
boolean |
ignoresThrowable()
The ConsoleLayout does not handle the throwable contained within
LoggingEvents . |
public void activateOptions()
public java.lang.String format(org.apache.log4j.spi.LoggingEvent event)
format
in class org.apache.log4j.Layout
event
- The logging eventpublic boolean ignoresThrowable()
LoggingEvents
. Thus, it returns
true
.ignoresThrowable
in class org.apache.log4j.Layout