log4net.DateFormatter NamespaceApache log4net™ SDK Documentation
 
Classes

  ClassDescription
Public classAbsoluteTimeDateFormatter
Formats a DateTime as "HH:mm:ss,fff".
Public classDateTimeDateFormatter
Formats a DateTime as "dd MMM yyyy HH:mm:ss,fff"
Public classIso8601DateFormatter
Formats the DateTime as "yyyy-MM-dd HH:mm:ss,fff".
Public classSimpleDateFormatter
Formats the DateTime using the [M:DateTime.ToString(string, IFormatProvider)] method.
Interfaces

  InterfaceDescription
Public interfaceIDateFormatter
Render a DateTime as a string.