Formats the specified date as a string.
Namespace: log4net.DateFormatterAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- dateToFormat
- Type: System DateTime
The date to format.
- writer
- Type: System.IO TextWriter
The writer to write to.
Remarks
Format the DateTime as a string and write it to the TextWriter provided.
See Also