Format the logging event as an object.
Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- loggingEvent
- Type: log4net.CoreLoggingEvent
The event to format
Return Value
Type: Objectreturns the formatted event
Implements
IRawLayoutFormat(LoggingEvent)Remarks
Format the logging event as an object.
Uses the ILayout object supplied to the constructor to perform the formatting.
See Also