Qore DebugUtil Module Reference 0.1.1
Loading...
Searching...
No Matches
DebugUtil::DebugLogger Class Reference

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< auto > args)
 implement logging More...
 

Detailed Description

class that can be used for logging

Member Function Documentation

◆ log()

DebugUtil::DebugLogger::log ( int  verbosity,
string  fmt,
  ... 
)

implement logging

Parameters
verbosityuse DPC_xxx constants
fmtQore::sprintf() format

◆ log2()

DebugUtil::DebugLogger::log2 ( int  verbosity,
string  fmt,
*list< auto >  args 
)

implement logging

Parameters
verbosityuse DPC_xxx constants
fmtQore::sprintf() format
argsarguments to format