|
| LogStream (manip_func1 manip=info_normal) |
|
| LogStream (manip_func1 manip, const std::string &src) |
|
| LogStream (const std::string &src) |
|
| LogStream (const std::string &src, const std::string &path, const bool log2console=false, const unsigned int i=DEFAULT_MAX_BUFF_SIZE) |
|
| LogStream (const LogStream &o) |
|
| ~LogStream () |
|
LogStream & | operator= (const LogStream &o) |
|
LogStream & | operator<< (manip_func1 f) |
|
LogStream & | operator<< (manip_func f) |
|
LogStream & | operator<< (const std::string &v) |
|
LogStream & | operator<< (const char v) |
|
LogStream & | operator<< (const short v) |
|
LogStream & | operator<< (const int v) |
|
LogStream & | operator<< (const long v) |
|
LogStream & | operator<< (const float v) |
|
LogStream & | operator<< (const double v) |
|
LogStream & | operator<< (const long double v) |
|
LogStream & | operator<< (const u_char v) |
|
LogStream & | operator<< (const u_short v) |
|
LogStream & | operator<< (const u_int v) |
|
LogStream & | operator<< (const u_long v) |
|
LogStream & | operator<< (const unsigned long long v) |
|
LogStream & | flush () |
|
LogStream & | endl () |
|
LogStream & | dec () |
|
LogStream & | hex () |
|
LogStream & | oct () |
|
LogStream & | base () |
|
log_type | getMessageType () const throw () |
|
log_severity | getSeverity () const throw () |
|
const std::string & | getEntityName () const throw () |
|
const std::string & | getSource () const throw () |
|
LogStreamSettings & | getPermSettings () |
|
LogStreamSettings & | getTempSettings () |
|
LogStream & | setMessageType (std::string mt, const bool permanent=false) |
|
LogStream & | setSeverity (std::string ms, const bool permanent=false) |
|
LogStream & | setMessageType (log_type mt, const bool permanent=false) |
|
LogStream & | setSeverity (log_severity ms, const bool permanent=false) |
|
LogStream & | setEntityName (const std::string &en, const bool permanent=false) |
|
LogStream & | setSource (const std::string &s, const bool permanent=false) |
|
LogStream & | setLevel (manip_func1 f) |
|
void | setOutFilePath (std::string path) |
|
void | setLog2consoleFlag (bool b) |
|
void | set2ReOpen () |
|
void | setMaxBufferSize (unsigned int i) |
|