Derived pattern converters must override this method in order to
convert conversion specifiers in the correct way.
Namespace: log4net.Layout.PatternAssembly: 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.
- loggingEvent
- Type: log4net.Core LoggingEvent
The LoggingEvent on which the pattern converter should be executed.
See Also