Functions | |
void | reset () |
void | add_scope (const fstring &name) |
void | remove_scope (const fstring &name) |
void | add_obj_scope (const nub::object &obj) |
Add a scope named after the given object's type + id. | |
void | remove_obj_scope (const nub::object &obj) |
Remove the scope named after the given object's type + id. | |
void | set_log_filename (const rutz::fstring &filename) |
Specify the name of a file to which log info should be appended. | |
void | copy_to_stdout (bool shouldcopy) |
Specify whether to copy log output to stdout (default = yes). |