List of all members.
Classes
Public Member Functions
Public Attributes
Member Function Documentation
override void Wizt::VStreamLogger::printmsg |
( |
const string & |
text, |
|
|
int |
verbosity, |
|
|
int |
indent_spaces, |
|
|
const string & |
srcfilename, |
|
|
unsigned |
linenumber, |
|
|
const WeakPtr< VTask > & |
ThreadID, |
|
|
const string & |
funcname |
|
) |
| [inline] |
- 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 struct was generated from the following file:
- ocean/httplogger/VHttpLogger.cpp