PatternString ConversionPattern Property Apache log4net™ SDK Documentation
Gets or sets the pattern formatting string

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public string ConversionPattern { get; set; }

Property Value

Type: OnlineString
The pattern formatting string
Remarks

The ConversionPattern option. This is the string which controls formatting and consists of a mix of literal content and conversion specifiers.

See Also