SimpleDateFormatter.FormatDate 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.6.0-.NET 4.0
Syntax

public virtual void FormatDate(
	DateTime dateToFormat,
	TextWriter writer
)

Parameters

dateToFormat
Type: System.DateTime
The date to convert to a string.
writer
Type: System.IO.TextWriter
The writer to write to.

Implements

IDateFormatter.FormatDate(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