Evaluate this pattern converter and write the output to a writer.
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
Derived pattern converters must override this method in order to convert conversion specifiers in the appropriate way.
See Also