LOG4J.APPENDER.STDOUT.LAYOUT

Description:

This parameter specifies a layout type for the "stdout" appender. Layout defines a format of the output. "stdout" appender is defined by log4j.rootLogger property.

Valid Values:

The value must be one of the layout types defined in log4j library or a custom layout type, for example org.apache.log4j.PatternLayout, org.apache.log4j.XMLLayout. org.apache.log4j.HTMLLayout, etc. For a complete list, see log4j documentation.

Default Value:

org.apache.log4j.PatternLayout

Location:

system/log4j/

Effective:

n/a