The NamedPatternConverter type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NamedPatternConverter | Initializes a new instance of the NamedPatternConverter class |
Methods
| Name | Description | |
|---|---|---|
| ActivateOptions |
Initialize the converter
| |
| Convert(TextWriter, LoggingEvent) |
Convert the pattern to the rendered message
(Overrides PatternLayoutConverter Convert(TextWriter, LoggingEvent).) | |
| Convert(TextWriter, Object) |
Derived pattern converters must override this method in order to
convert conversion specifiers in the correct way.
(Inherited from PatternLayoutConverter.) | |
| (Inherited from | ||
Allows an (Inherited from | ||
| Format |
Write the pattern converter to the writer with appropriate formatting
(Inherited from PatternConverter.) | |
| GetFullyQualifiedName |
Get the fully qualified string data
| |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SetNext |
Set the next pattern converter in the chains
(Inherited from PatternConverter.) | |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| FormattingInfo |
Gets or sets the formatting info for this converter
(Inherited from PatternConverter.) | |
| IgnoresException |
Flag indicating if this converter handles the logging event exception
(Inherited from PatternLayoutConverter.) | |
| Next |
Get the next pattern converter in the chain
(Inherited from PatternConverter.) | |
| Option |
Gets or sets the option value for this converter
(Inherited from PatternConverter.) | |
| Properties | (Inherited from PatternConverter.) |
See Also