Render a DateTime as a string.
Namespace: log4net.DateFormatterAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
Interface to abstract the rendering of a DateTime instance into a string.
The FormatDate(DateTime, TextWriter) method is used to render the date to a text writer.
See Also