Qore DebugUtil Module Reference  0.1
DebugUtil::DebugLogger Class Reference

class that can be used for logging More...

Public Member Methods

 log (int verbosity, string fmt)
 implement logging More...
 
 log2 (int verbosity, string fmt, *list 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  args 
)

implement logging

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