LOG4J.APPENDER.STDOUT.LAYOUT .CONVERSIONPATTERN

Description:

This parameter specifies a conversion pattern for the Pattern layout of the pre-defined "stdout" log4j appender. If "stdout" appender is re-configured to use a different type of layout, not PatternLayout defined by default settings, this property is ignored.

Valid Values:

The conversion pattern of the PatternLayout is closely related to the conversion pattern of the printf() function in the C programming language. A conversion pattern is composed of literal text and format control expressions called conversion specifiers.

Default Value:

%5p [%c] (%d) - %m%n

Location:

system/log4j/

Effective:

n/a