Add a converter to this PatternLayout
Namespace: log4net.LayoutAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- name
- Type: System String
the name of the conversion pattern for this converter
- type
- Type: System Type
the type of the converter
Remarks
Add a named pattern converter to this instance. This converter will be used in the formatting of the event. This method must be called before ActivateOptions .
The type specified must extend the PatternConverter type.
See Also