PatternLayoutConversionPattern Property Apache log4net™ SDK Documentation
The pattern formatting string

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

public string ConversionPattern { get; set; }

Property Value

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