|
CppTrail
|
Abstract base class for message implementations. More...
#include <message.h>
Public Types | |
| using | char_type = char_t |
| Alias for the underlying character type. | |
| using | string_type = std::basic_string< char_type > |
| Alias for the basic_string type associated with this logger's encoding. | |
Public Member Functions | |
| virtual string_type | stealString ()=0 |
| Returns the string message to log. | |
Abstract base class for message implementations.
| char_t | The character type (char, char8_t, char16_t, char32_t). |
|
pure virtual |
Returns the string message to log.