The PatternLayoutConverter type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Convert(TextWriter, LoggingEvent) |
Derived pattern converters must override this method in order to
convert conversion specifiers in the correct way.
| |
| Convert(TextWriter, Object) |
Derived pattern converters must override this method in order to
convert conversion specifiers in the correct way.
(Overrides PatternConverter Convert(TextWriter, Object).) | |
| (Inherited from | ||
Allows an (Inherited from | ||
| Format |
Write the pattern converter to the writer with appropriate formatting
(Inherited from PatternConverter.) | |
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 |
See Also