|
Apache Log4cxx
Version 1.4.0
|
Format the event's color start information. More...
#include <colorstartpatternconverter.h>
Static Public Member Functions | |
| static PatternConverterPtr | newInstance (const std::vector< LogString > &options) |
| Obtains an instance of pattern converter. | |
Additional Inherited Members | |
Protected Member Functions inherited from log4cxx::pattern::LoggingEventPatternConverter | |
| LoggingEventPatternConverter (const LogString &name, const LogString &style) | |
| Constructs an instance of LoggingEventPatternConverter. | |
| LoggingEventPatternConverter (std::unique_ptr< PatternConverterPrivate > priv) | |
Protected Member Functions inherited from log4cxx::pattern::PatternConverter | |
| PatternConverter (LOG4CXX_PRIVATE_PTR(PatternConverterPrivate) priv) | |
| PatternConverter (const LogString &name, const LogString &style) | |
| Create a new pattern converter. | |
| virtual | ~PatternConverter () |
Static Protected Member Functions inherited from log4cxx::pattern::PatternConverter | |
| static void | append (LogString &toAppendTo, const std::string &src) |
| Appends content in the locale code page to a LogString. | |
Format the event's color start information.
| log4cxx::pattern::ColorStartPatternConverter::ColorStartPatternConverter | ( | ) |
|
overridevirtual |
Formats an object into a string buffer.
| obj | event to format, may not be null. |
| toAppendTo | string buffer to which the formatted event will be appended. May not be null. |
| p | pool for any allocations necessary during formatting. |
Implements log4cxx::pattern::PatternConverter.
|
overridevirtual |
Formats an event into a string buffer.
| event | event to format, may not be null. |
| toAppendTo | string buffer to which the formatted event will be appended. May not be null. |
| p | pool for memory allocations needing during format. |
Implements log4cxx::pattern::LoggingEventPatternConverter.
|
virtual |
Formats an event into a string buffer.
| event | event to format, may not be null. |
| toAppendTo | string buffer to which the formatted event will be appended. May not be null. |
| p | pool for memory allocations needing during format. |
Implements log4cxx::pattern::LoggingEventPatternConverter.
|
static |
Obtains an instance of pattern converter.
| options | options, may be null. |