Gets or sets the strategy for determining the current date and time. The default implementation is to use LocalDateTime which internally calls through to DateTime.Now. DateTime.UtcNow may be used on frameworks newer than .NET 1.0 by specifying UniversalDateTime.
An implementation of the RollingFileAppender.IDateTime interface which returns the current date and time.
Gets or sets the RollingFileAppender.IDateTime used to return the current date and time.
There are two built strategies for determining the current date and time, LocalDateTime and UniversalDateTime.
The default strategy is LocalDateTime.
RollingFileAppender Class | log4net.Appender Namespace