#include <Message.h>
Inheritance diagram for Message:
Public Member Functions | |
Message () | |
Message (const char *const methodName, const char *format,...) | |
void | print (void) |
std::string | get (void) const |
Protected Attributes | |
const char * | _salutation |
const char * | _methodName |
char | _message [GENERAL_STRING_BUFFER_SIZE] |
bool | _truncated |
Static Private Member Functions | |
static void | _initialize (void) |
Static Private Attributes | |
static const char * | _defaultSalutation = "Message" |
Friends | |
class | MessageInitializer |
|
|
|
|
|
|
|
|
|
Reimplemented in Warning. |
|
|
|
|
|
|
|
|
|
|
|
|