IDateFormatter InterfaceApache log4net™ SDK Documentation
Render a OnlineDateTime as a string.

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

public interface IDateFormatter
Remarks

Interface to abstract the rendering of a OnlineDateTime instance into a string.

The FormatDate(DateTime, TextWriter) method is used to render the date to a text writer.

See Also