PatternLayout DefaultConversionPattern FieldApache log4net™ SDK Documentation
Default pattern string for log output.

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public const string DefaultConversionPattern

Field Value

Type: OnlineString
Remarks

Default pattern string for log output. Currently set to the string "%message%newline" which just prints the application supplied message.

See Also