QVISH 0.1
Public Member Functions | List of all members
Wizt::QLogger Class Reference
Inheritance diagram for Wizt::QLogger:

Public Member Functions

void printmsg (const string &text, int verbosity, int indent_spaces, const string &srcfilename, unsigned linenumber, const WeakPtr< VTask > &ThreadID, const string &funcname) override
 
 QLogger (Logger &l)
 

Member Function Documentation

◆ printmsg()

void Wizt::QLogger::printmsg ( const string &  text,
int  verbosity,
int  indent_spaces,
const string &  srcfilename,
unsigned  linenumber,
const WeakPtr< VTask > &  ThreadID,
const string &  funcname 
)
override
Parameters
textthe actual text to be printed
verbositythe verbosity level
indent_spaceshow many spaces to indent at the beginning of the line?
srcfilenamethe file name of the source that issues this command, usually FILE
linenumberthe line number of the source file, usually LINE
ThreadIDan identifier for the thread issuing the message
funcnamecurrent function (last registered for debugging)

The documentation for this class was generated from the following files: