Write log to system log only. More...
#include <LogOutputters.h>
Public Member Functions | |
CSystemLogger (const char *title, bool blockConsole) |
Write log to system log only.
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.