IDateFormatter FormatDate Method Apache log4net™ SDK Documentation
Formats the specified date as a string.

Namespace: log4net.DateFormatter
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

void FormatDate(
	DateTime dateToFormat,
	TextWriter writer
)
Remarks

Format the OnlineDateTime as a string and write it to the OnlineTextWriter provided.

See Also