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: 1.2.15.0 (1.2.15.0)
Syntax

public virtual void FormatDate(
	DateTime dateToFormat,
	TextWriter writer
)

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