

Go to the source code of this file.
Namespaces | |
| namespace | rutz |
Auxiliary helper namespace used in implementing shared_ptr. | |
| namespace | nub::logging |
Functions for hierarchical logging. | |
Functions | |
| void | nub::logging::reset () |
| void | nub::logging::add_scope (const rutz::fstring &name) |
| void | nub::logging::remove_scope (const rutz::fstring &name) |
| void | nub::logging::add_obj_scope (const nub::object &obj) |
| Add a scope named after the given object's type + id. | |
| void | nub::logging::remove_obj_scope (const nub::object &obj) |
| Remove the scope named after the given object's type + id. | |
| void | nub::logging::set_log_filename (const rutz::fstring &filename) |
| Specify the name of a file to which log info should be appended. | |
| void | nub::logging::copy_to_stdout (bool shouldcopy) |
| Specify whether to copy log output to stdout (default = yes). | |
| void | nub::log (const char *msg) |
| void | nub::log (const rutz::fstring &msg) |
| static const char | __attribute__ ((used)) vcid_groovx_nub_log_h_utc20050626084019[] |
functions for hierarchical logging
Definition in file log.h.
1.6.3