|
void | setInternalDebugging (bool enabled) |
| Allows to enable/disable log4cplus internal logging.
|
|
void | setQuietMode (bool quietMode) |
| In quite mode no LogLog generates strictly no output, not even for errors.
|
|
void | debug (const log4cplus::tstring &msg) const |
| This method is used to output log4cplus internal debug statements.
|
|
void | error (const log4cplus::tstring &msg, bool throw_flag=false) const |
| This method is used to output log4cplus internal error statements.
|
|
void | warn (const log4cplus::tstring &msg) const |
| This method is used to output log4cplus internal warning statements.
|
|
This class used to output log statements from within the log4cplus package.
Log4cplus components cannot make log4cplus logging calls. However, it is sometimes useful for the user to learn about what log4cplus is doing. You can enable log4cplus internal logging by defining the log4cplus.configDebug variable.
All log4cplus internal debug calls go to cout
where as internal error messages are sent to cerr
. All internal messages are prepended with the string "log4clus: ".