VISH
0.2
|
override void Wizt::VStreamLogger::Logger::printmsg | ( | const string & | text, |
int | verbosity, | ||
int | indent_spaces, | ||
const string & | srcfilename, | ||
unsigned | linenumber, | ||
const WeakPtr< VTask > & | ThreadID, | ||
const string & | funcname | ||
) | [inline, virtual] |
Message output function.
By default, prints message on standard output.
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) |
Reimplemented from Wizt::VLogger.