RollingFileAppender IDateTime InterfaceApache log4net™ SDK Documentation
This interface is used to supply Date/Time information to the RollingFileAppender.

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

public interface IDateTime
Remarks

This interface is used to supply Date/Time information to the RollingFileAppender. Used primarily to allow test classes to plug themselves in so they can supply test date/times.
See Also