PatternString Constructor (String)Apache log4net™ SDK Documentation
Constructs a PatternString

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

public PatternString(
	string pattern
)

Parameters

pattern
Type: OnlineSystem String
The pattern to use with this PatternString
Remarks

Initialize a new instance of PatternString with the pattern specified.

See Also