NET Logging Library
DefaultDateFormat Property



KellermanSoftware.NetLoggingLibrary Namespace > Configuration Class : DefaultDateFormat Property
The default date format when logging to targets. The default is "yyyy-MM-dd HH:mm:ss,fff". Any .NET Date Formatting can be used. See http://msdn.microsoft.com/en-us/library/az4se3k1.aspx and http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx
Syntax
Public Property DefaultDateFormat As String
Dim instance As Configuration
Dim value As String
 
instance.DefaultDateFormat = value
 
value = instance.DefaultDateFormat
public string DefaultDateFormat {get; set;}
public:
property String^ DefaultDateFormat {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Configuration Class
Configuration Members