Constructs a PatternLayout using the DefaultConversionPattern
Namespace: log4net.LayoutAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
The default pattern just produces the application supplied message.
Note to Inheritors: This constructor calls the virtual method CreatePatternParser(String). If you override this method be aware that it will be called before your is called constructor.
As per the IOptionHandler contract the ActivateOptions method must be called after the properties on this object have been configured.
See Also