RawUtcTimeStampLayout Format Method Apache log4net™ SDK Documentation
Gets the TimeStamp as a OnlineDateTime.

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 time stamp

Implements

IRawLayout Format(LoggingEvent)
Remarks

Gets the TimeStamp as a OnlineDateTime.

The time stamp is in universal time. To format the time stamp in local time use RawTimeStampLayout.

See Also