Set the next pattern converter in the chains
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- patternConverter
- Type: log4net.UtilPatternConverter
the pattern converter that should follow this converter in the chain
Return Value
Type: PatternConverterthe 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