log4net SDK Reference

LoggingEvent.TimeStamp Property

Gets the time of the logging event.

[Visual Basic]
Public ReadOnly Property TimeStamp As Date
[C#]
public System.DateTime TimeStamp {get;}

Property Value

The time of the logging event.

Remarks

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

See Also

LoggingEvent Class | log4net.Core Namespace