Formats the date using [M:DateTime.ToString(string, IFormatProvider)].
Namespace: log4net.DateFormatter
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- dateToFormat
- Type: SystemDateTime
The date to convert to a string. - writer
- Type: System.IOTextWriter
The writer to write to.
Implements
IDateFormatterFormatDate(DateTime, TextWriter)Remarks
Uses the date format string supplied to the constructor to call the [M:DateTime.ToString(string, IFormatProvider)] method to format the date.
See Also