LoggingEventTimeStamp Property Apache log4net™ SDK Documentation
Gets the time of the logging event.

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

public DateTime TimeStamp { get; }

Property Value

Type: DateTime
The time of the logging event.
Remarks

The TimeStamp is stored in UTC and converted to the local time zone for this computer.

See Also

Reference