PatternConverterSetNext Method Apache log4net™ SDK Documentation
Set the next pattern converter in the chains

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

public virtual PatternConverter SetNext(
	PatternConverter patternConverter
)

Parameters

patternConverter
Type: log4net.UtilPatternConverter
the pattern converter that should follow this converter in the chain

Return Value

Type: PatternConverter
the next converter
Remarks

The PatternConverter can merge with its neighbor during this method (or a sub class). Therefore the return value may or may not be the value of the argument passed in.

See Also

Reference