#include <LogFile.h>
Public Member Functions | |
LogFile (Logging *, char *) | |
~LogFile () | |
void | add_debug_fc (int) |
void | del_debug_fc (int) |
bool | is_debug_fc (int) |
void | logwrite () |
Public Attributes | |
list< int > | fc |
int | output_id |
|
log/event/info/debug file place |
|
destructor |
|
add debug facility |
|
delete debug facility |
|
is debug fc present? |
|
write from buffer to files |
|
debug parts for file output |
|
id of logging output |