#include <StMessage.h>
Public Member Functions | |
| StMessage (const char *mess="", const char *ty="I", const char *opt="O") | |
| StMessage (const StMessage &) | |
| void | PrintInfo () |
| int | Print (int nChars=-1) |
| time_t & | GetTime () |
| const char * | GetType () const |
| char * | GetMessage () const |
| unsigned int | GetOption () const |
| char * | GetOptions () const |
| void | SetOptions (const char *opt) |
| size_t | GetMemoryUsage () |
Static Public Member Functions | |
| static int | InitBuffer () |
Protected Attributes | |
| char | type [2] |
| unsigned int | option |
| time_t | messTime |
| char * | message |
Friends | |
| class | StMessageManager |
Definition at line 57 of file StLoggerManager.cxx.
1.5.9