Gets or sets the formatting info for this converter
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
public virtual FormattingInfo FormattingInfo { get; set; }
Public Overridable Property FormattingInfo As FormattingInfo
Get
Set
public:
virtual property FormattingInfo^ FormattingInfo {
FormattingInfo^ get ();
void set (FormattingInfo^ value);
}
abstract FormattingInfo : FormattingInfo with get, set
override FormattingInfo : FormattingInfo with get, set
Property Value
Type:
FormattingInfo
The formatting info for this converter
Gets or sets the formatting info for this converter
Reference