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: 1.2.15.0 (1.2.15.0)
Syntax

Object Format(
	LoggingEvent loggingEvent
)

Return Value

Type: OnlineObject
returns the formatted event
Remarks

Implement this method to create your own layout format.

See Also