Qore DebugUtil Module Reference 0.1.1
|
class that can be used for logging More...
#include <DebugUtil.qm.dox.h>
Public Member Methods | |
log (int verbosity, string fmt) | |
implement logging More... | |
log2 (int verbosity, string fmt, *list args) | |
implement logging More... | |
class that can be used for logging
DebugUtil::DebugLogger::log | ( | int | verbosity, |
string | fmt | ||
) |
implement logging
verbosity | use DPC_xxx constants |
fmt | Qore::sprintf() format |
DebugUtil::DebugLogger::log2 | ( | int | verbosity, |
string | fmt, | ||
*list | args | ||
) |
implement logging
verbosity | use DPC_xxx constants |
fmt | Qore::sprintf() format |
args | arguments to format |