Evaluate this pattern converter and write the output to a writer.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.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