LayoutSkeletonFormat Method (LoggingEvent)Apache log4net™ SDK Documentation
Convenience method for easily formatting the logging event into a string variable.

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

public string Format(
	LoggingEvent loggingEvent
)

Parameters

loggingEvent
Type: log4net.CoreLoggingEvent

[Missing <param name="loggingEvent"/> documentation for "M:log4net.Layout.LayoutSkeleton.Format(log4net.Core.LoggingEvent)"]

Return Value

Type: String

[Missing <returns> documentation for "M:log4net.Layout.LayoutSkeleton.Format(log4net.Core.LoggingEvent)"]

Remarks

Creates a new StringWriter instance to store the formatted logging event.
See Also

Reference