SimpleDateFormatterFormatDate Method Apache log4net™ SDK Documentation
Formats the date using [M:DateTime.ToString(string, IFormatProvider)].

Namespace: log4net.DateFormatter
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual void FormatDate(
	DateTime dateToFormat,
	TextWriter writer
)

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

Reference