LOG4J.APPENDER.R.LAYOUT .CONVERSIONPATTERN

Description:

This parameter is a custom registry parameter.

Every registry value that resides under the system/log4j folder is treated as a property for the log4j framework. By default, the application will only log messages to the stdout. With the addition of the optional property, the system has the capability to log messages to a file. Please see the log4j documentation for more information.

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.

Valid Values:

Any valid layout type defined in log4j library or a custom layout type.

Default Value:

NULL

Location:

system/log4j/

Effective:

n/a