#include <LogOutputters.h>
Collaboration diagram for CSystemLogger:
Public Member Functions | |
CSystemLogger (const char *title, bool blockConsole) | |
~CSystemLogger () |
Creating an object of this type inserts a CStopLogOutputter followed by a CSystemLogOutputter into CLog. The destructor removes those outputters. Add one of these to any scope that needs to write to the system log (only) and restore the old outputters when exiting the scope.
Definition at line 104 of file LogOutputters.h.