Package org.apache.juli
Class JdkLoggerFormatter
java.lang.Object
java.util.logging.Formatter
org.apache.juli.JdkLoggerFormatter
A more compact formatter. Equivalent log4j config:
log4j.rootCategory=WARN, A1 log4j.appender.A1=org.apache.log4j.ConsoleAppender log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.Target=System.err log4j.appender.A1.layout.ConversionPattern=%r %-15.15c{2} %-1.1p %m %nExample: 1130122891846 Http11BaseProtocol I Initializing Coyote HTTP/1.1 on http-8800
- Author:
- Costin Manolache
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
Field Details
-
LOG_LEVEL_TRACE
public static final int LOG_LEVEL_TRACE- See Also:
-
LOG_LEVEL_DEBUG
public static final int LOG_LEVEL_DEBUG- See Also:
-
LOG_LEVEL_INFO
public static final int LOG_LEVEL_INFO- See Also:
-
LOG_LEVEL_WARN
public static final int LOG_LEVEL_WARN- See Also:
-
LOG_LEVEL_ERROR
public static final int LOG_LEVEL_ERROR- See Also:
-
LOG_LEVEL_FATAL
public static final int LOG_LEVEL_FATAL- See Also:
-
-
Constructor Details
-
JdkLoggerFormatter
public JdkLoggerFormatter()
-
-
Method Details
-
format
-