Debug message generators
Detailed Description
KDE debug message streams let you and the user control just how many debug messages you see.
Function Documentation
|
Prints an "\n".
|
|
Does nothing.
|
|
Flushes the stream.
|
|
Does nothing.
|
|
Returns a backtrace.
Definition at line 553 of file kdebug.cpp. |
|
Returns a backtrace.
Definition at line 578 of file kdebug.cpp. |
|
Deletes the kdebugrc cache and therefore forces KDebug to reread the config file Definition at line 583 of file kdebug.cpp. |
|
Returns a debug stream. You can use it to print debug information.
Definition at line 317 of file kdebug.cpp. |
|
Returns an error stream. You can use it to print error information.
Definition at line 320 of file kdebug.cpp. |
|
Returns a fatal error stream. You can use it to print fatal error information.
Definition at line 324 of file kdebug.cpp. |
|
Returns a warning stream. You can use it to print warning information.
Definition at line 322 of file kdebug.cpp. |
|
Returns a dummy debug stream. The stream does not print anything.
|
|
Prints the given value.
|