#include <cdLogger.h>
Public Member Functions | |
| cdLogger () | |
| void | init (const char *="") |
| void | logN (int n, const char *format,...) |
| void | logNdebug (int n, const char *format,...) |
| void | logNdebug (int m, int n, const char *format,...) |
| void | logNdev (int n, const char *format,...) |
| ~cdLogger () | |
Public Attributes | |
| char * | logPath |
Definition at line 13 of file cdLogger.h.
| cdLogger::cdLogger | ( | ) | [inline] |
Definition at line 17 of file cdLogger.h.
| cdLogger::~cdLogger | ( | ) | [inline] |
Definition at line 25 of file cdLogger.h.
| void cdLogger::init | ( | const char * | baseName = "" |
) |
Definition at line 20 of file cdLogger.cpp.
| void cdLogger::logN | ( | int | n, | |
| const char * | format, | |||
| ... | ||||
| ) |
Definition at line 53 of file cdLogger.cpp.
| void cdLogger::logNdebug | ( | int | n, | |
| const char * | format, | |||
| ... | ||||
| ) |
Definition at line 85 of file cdLogger.cpp.
| void cdLogger::logNdebug | ( | int | m, | |
| int | n, | |||
| const char * | format, | |||
| ... | ||||
| ) |
Definition at line 117 of file cdLogger.cpp.
| void cdLogger::logNdev | ( | int | n, | |
| const char * | format, | |||
| ... | ||||
| ) |
Definition at line 151 of file cdLogger.cpp.
| char* cdLogger::logPath |
Definition at line 15 of file cdLogger.h.
1.5.6