Wrapper class used to map converter names to converter types
Inheritance Hierarchy
log4net.UtilConverterInfo
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The ConverterInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConverterInfo |
default constructor
|
Properties
Name | Description | |
---|---|---|
Name |
Gets or sets the name of the conversion pattern
| |
Properties | ||
Type |
Gets or sets the type of the converter
|
Methods
Name | Description | |
---|---|---|
AddProperty | ||
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Remarks
Pattern converter info class used during configuration by custom PatternString and PatternLayer converters.
See Also