The pattern formatting string
Namespace: log4net.LayoutAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public string ConversionPattern { get; set; }
public string ConversionPattern { get; set; }
Public Property ConversionPattern As String
Get
Set
Public Property ConversionPattern As String
Get
Set
public:
property String^ ConversionPattern {
String^ get ();
void set (String^ value);
}
public:
property String^ ConversionPattern {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
The ConversionPattern option. This is the string which
controls formatting and consists of a mix of literal content and
conversion specifiers.