|
| 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) |
| |
◆ 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
-
| text | the actual text to be printed |
| verbosity | the verbosity level |
| indent_spaces | how many spaces to indent at the beginning of the line? |
| srcfilename | the file name of the source that issues this command, usually FILE |
| linenumber | the line number of the source file, usually LINE |
| ThreadID | an identifier for the thread issuing the message |
| funcname | current function (last registered for debugging) |
The documentation for this class was generated from the following files: