#include <Logging.h>
Public Member Functions | |
void | lock () |
void | unlock () |
LogList * | getl (int) |
int | add () |
void | del (int) |
void | out_msg (int, string) |
void | out_netflow (string) |
void | out_logging (string) |
void | log (int, char *fmt,...) |
void | clear () |
int | size () |
Logging_end | Logging_end_endlog () |
Logging_set | Logging_set_setlog (int) |
Logging & | operator<< (const char *) |
Logging & | operator<< (const int) |
Logging & | operator<< (const unsigned int) |
Logging & | operator<< (const string) |
Logging & | operator<< (ipaddr) |
Logging & | operator<< (const float) |
Logging & | operator<< (const double) |
Logging & | operator<< (const bool) |
Logging & | operator<< (Logging_end) |
Logging & | operator<< (Logging_set) |
Public Attributes | |
string | sbuf |
int | log2_level |
bool | present |
|
add to output list |
|
clear queues |
|
delete from output list |
|
get log list for id |
|
set mutex lock |
|
prepare for output |
|
output to log buffer with level |
|
remove mutex lock |
|
output buffer |