Layout2RawLayoutAdapter Format Method Apache log4net™ SDK Documentation
Format the logging event as an object.

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual Object Format(
	LoggingEvent loggingEvent
)

Return Value

Type: OnlineObject
returns the formatted event

Implements

IRawLayout Format(LoggingEvent)
Remarks

Format the logging event as an object.

Uses the ILayout object supplied to the constructor to perform the formatting.

See Also