|
#define | k_funcinfo "[" << __FILE__ << ":" << __LINE__ << "] " |
|
#define | k_lineinfo "[" << __FILE__ << ":" << __LINE__ << "] " |
|
KDE debug message streams let you and the user control just how many debug messages you see.
Prints an "\n".
- Parameters
-
s | the debug stream to write to |
- Returns
- the debug stream (
s
)
Definition at line 430 of file kdebug.h.
Does nothing.
- Parameters
-
- Returns
- the given
s
Definition at line 583 of file kdebug.h.
Flushes the stream.
- Parameters
-
s | the debug stream to write to |
- Returns
- the debug stream (
s
)
Definition at line 438 of file kdebug.h.
Does nothing.
- Parameters
-
- Returns
- the given
s
Definition at line 589 of file kdebug.h.
Returns a backtrace.
- Returns
- a backtrace
Definition at line 582 of file kdebug.cpp.
TQString kdBacktrace |
( |
int |
levels | ) |
|
|
related |
Returns a backtrace.
- Parameters
-
levels | the number of levels of the backtrace |
- Returns
- a backtrace
- Since
- 3.1
Definition at line 557 of file kdebug.cpp.
void kdClearDebugConfig |
( |
| ) |
|
|
related |
Deletes the kdebugrc cache and therefore forces KDebug to reread the config file
Definition at line 587 of file kdebug.cpp.
Returns a debug stream. You can use it to print debug information.
- Parameters
-
area | an id to identify the output, 0 for default |
- See Also
- kndDebug()
Definition at line 318 of file kdebug.cpp.
Returns an error stream. You can use it to print error information.
- Parameters
-
area | an id to identify the output, 0 for default |
Definition at line 321 of file kdebug.cpp.
Returns a fatal error stream. You can use it to print fatal error information.
- Parameters
-
area | an id to identify the output, 0 for default |
Definition at line 325 of file kdebug.cpp.
Returns a warning stream. You can use it to print warning information.
- Parameters
-
area | an id to identify the output, 0 for default |
Definition at line 323 of file kdebug.cpp.
Returns a dummy debug stream.
The stream does not print anything.
- Parameters
-
area | an id to identify the output, 0 for default |
- See Also
- kdDebug()
Definition at line 620 of file kdebug.h.
template<class T >
kdbgstream & kdbgstream::operator<< |
( |
const TQValueList< T > & |
list | ) |
|
Prints the given value.
- Parameters
-
- Returns
- this stream
- Since
- 3.3
Definition at line 410 of file kdebug.h.