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 %-20.20c{2} %-1.1p %m %n
Example: 1130122891846 Http11BaseProtocol I Initializing Coyote HTTP/1.1 on http-8800-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intLog level value for DEBUG.static final intLog level value for ERROR.static final intLog level value for FATAL.static final intLog level value for INFO.static final intLog level value for TRACE.static final intLog level value for WARN. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Formatter
formatMessage, getHead, getTail
-
Field Details
-
LOG_LEVEL_TRACE
public static final int LOG_LEVEL_TRACELog level value for TRACE.- See Also:
-
LOG_LEVEL_DEBUG
public static final int LOG_LEVEL_DEBUGLog level value for DEBUG.- See Also:
-
LOG_LEVEL_INFO
public static final int LOG_LEVEL_INFOLog level value for INFO.- See Also:
-
LOG_LEVEL_WARN
public static final int LOG_LEVEL_WARNLog level value for WARN.- See Also:
-
LOG_LEVEL_ERROR
public static final int LOG_LEVEL_ERRORLog level value for ERROR.- See Also:
-
LOG_LEVEL_FATAL
public static final int LOG_LEVEL_FATALLog level value for FATAL.- See Also:
-
-
Constructor Details
-
JdkLoggerFormatter
public JdkLoggerFormatter()Constructs a new JdkLoggerFormatter.
-
-
Method Details
-
format
-