PatternConverter Next Property Apache log4net™ SDK Documentation
Get the next pattern converter in the chain

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

public virtual PatternConverter Next { get; }

Property Value

Type: PatternConverter
the next pattern converter in the chain
Remarks

Get the next pattern converter in the chain

See Also