IRawLayout.Format Method Apache log4netâ„¢ SDK Documentation
Implement this method to create your own layout format.

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

Object Format(
	LoggingEvent loggingEvent
)

Parameters

loggingEvent
Type: log4net.Core.LoggingEvent
The event to format

Return Value

Type: Object
returns the formatted event
Remarks

Implement this method to create your own layout format.

See Also

Reference