Write the pattern converter to the writer with appropriate formatting
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- writer
- Type: System.IO TextWriter
TextWriter that will receive the formatted result.
- state
- Type: System Object
The state object on which the pattern converter should be executed.
Remarks
This method calls Convert(TextWriter, Object) to allow the subclass to perform appropriate conversion of the pattern converter. If formatting options have been specified via the FormattingInfo then this method will apply those formattings before writing the output.
See Also