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

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

public DateTime TimeStamp { get; }

Property Value

Type: OnlineDateTime
The time of the logging event.
Remarks

The TimeStamp is stored in the local time zone for this computer.

See Also