log4net SDK Reference

LoggingEventData.TimeStamp Field

The time the event was logged

[Visual Basic]
Public TimeStamp As Date
[C#]
public DateTime TimeStamp;

Remarks

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

See Also

LoggingEventData Class | log4net.Core Namespace