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: 2.0.6.0-.NET 4.0
Syntax

public interface IDateTime

The RollingFileAppender. IDateTime type exposes the following members.

Properties

  NameDescription
Public propertyNow
Gets the current time.
Top
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

Reference