CentralLog is a singleton that should be destroyed at exit time. More...
#include <ADFCentralLog.h>
Public Member Functions | |
LogCollector * | Add (LogCollector *) |
Add a new LogCollector to the list of known collectors. More... | |
bool | ChangeCollector (std::string whichlog=std::string("Null")) |
to change the current collector More... | |
LogCollector * | GetCurrentLogCollector () const |
Return the current logcollector. More... | |
bool | IsCollector (std::string whichlog) |
Check if the given collector already exists. More... | |
Static Public Member Functions | |
static CentralLog * | theCentralLog () |
CentralLog is a singleton. More... | |
Friends | |
class | CentralLogDestroyer |
CentralLog is a singleton that should be destroyed at exit time.
Definition at line 59 of file ADFCentralLog.h.