Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IRawLayout.Format�Method�

Implement this method to create your own layout format.

[Visual�Basic]
Function�Format( _
���ByVal loggingEvent�As�LoggingEvent�_
)�As�Object
[C#]
object�Format(
���LoggingEventloggingEvent
);

Parameters

loggingEvent
The event to format

Return Value

returns the formatted event

Remarks

Implement this method to create your own layout format.

See Also

IRawLayout Interface | log4net.Layout Namespace