ConverterInfo ClassApache log4net™ SDK Documentation
Wrapper class used to map converter names to converter types
Inheritance Hierarchy

SystemObject
  log4net.UtilConverterInfo

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

public sealed class ConverterInfo

The ConverterInfo type exposes the following members.

Constructors

  NameDescription
Public methodConverterInfo
default constructor
Top
Properties

  NameDescription
Public propertyName
Gets or sets the name of the conversion pattern
Public propertyProperties
Public propertyType
Gets or sets the type of the converter
Top
Methods

  NameDescription
Public methodAddProperty
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Remarks

Pattern converter info class used during configuration by custom PatternString and PatternLayer converters.

See Also

Reference