log4net SDK Reference

DateTimeDateFormatter Class

Formats a DateTime as "dd MMM yyyy HH:mm:ss,fff"

For a list of all members of this type, see DateTimeDateFormatter Members.

System.Object
   log4net.DateFormatter.AbsoluteTimeDateFormatter
      log4net.DateFormatter.DateTimeDateFormatter

[Visual Basic]
Public Class DateTimeDateFormatter
    Inherits AbsoluteTimeDateFormatter
[C#]
public class DateTimeDateFormatter : AbsoluteTimeDateFormatter

Thread Safety

This type is not safe for multithreaded operations.

Remarks

Formats a DateTime in the format "dd MMM yyyy HH:mm:ss,fff" for example, "06 Nov 1994 15:49:37,459".

Requirements

Namespace: log4net.DateFormatter

Assembly: log4net (in log4net.dll)

See Also

DateTimeDateFormatter Members | log4net.DateFormatter Namespace