Derived pattern converters must override this method in order to
convert conversion specifiers in the correct way.
Namespace: log4net.Layout.Pattern
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- writer
- Type: System.IOTextWriter
TextWriter that will receive the formatted result. - loggingEvent
- Type: log4net.CoreLoggingEvent
The LoggingEvent on which the pattern converter should be executed.
See Also