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

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public string ConversionPattern { get; set; }

Property Value

Type: String
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

Reference