Set the next pattern converter in the chains
            
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax
Parameters
- patternConverter
 - Type: log4net.Util PatternConverter
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