Inheritance diagram for PatternConverter:

Public Member Functions | |
| virtual void | format (ostream &sbuf, const spi::LoggingEventPtr &e) const |
Protected Member Functions | |
| virtual void | convert (ostream &sbuf, const spi::LoggingEventPtr &event) const =0 |
Conversion specifiers in a conversion patterns are parsed to individual PatternConverters. Each of which is responsible for converting a logging event in a converter specific manner.
|
||||||||||||
|
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way. |
|
||||||||||||
|
A template method for formatting in a converter specific way. |
1.3.9.1