Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
Loggable Class Reference
Inheritance diagram for Loggable:
Detailed DescriptionThis class provides methods that will be used in classes that are loggable. Being loggable means that the class has its own ConsoleLogger and is able to use that to print output to the console. Definition at line 47 of file loggable.h. Constructor & Destructor Documentation
Deconstructor for the Loggable class. Definition at line 40 of file loggable.cpp.
Default constructor for the Loggable class. Definition at line 47 of file loggable.cpp. Member Function Documentation
Log a Blue Info statement to the console.
Definition at line 231 of file loggable.cpp.
Log a Cyan Info statement to the console.
Definition at line 257 of file loggable.cpp.
Log a Debug statement to the console.
Definition at line 127 of file loggable.cpp.
Log an Error statement to the console.
Definition at line 166 of file loggable.cpp.
Log a Fatal statement to the console.
Definition at line 179 of file loggable.cpp.
Return the ConsoleLogger for this Loggable object.
Definition at line 52 of file loggable.cpp.
Log a Green Info statement to the console.
Definition at line 205 of file loggable.cpp.
Log an Info statement to the console.
Definition at line 140 of file loggable.cpp.
Log a Purple Info statement to the console.
Definition at line 244 of file loggable.cpp.
Log a Red Info statement to the console.
Definition at line 192 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object.
Definition at line 120 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object.
Definition at line 113 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object.
Definition at line 106 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object.
Definition at line 99 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object.
Definition at line 92 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object.
Definition at line 85 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object.
Definition at line 78 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object.
Definition at line 71 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object.
Definition at line 64 of file loggable.cpp.
Set the ConsoleLogger for this Loggable object. Definition at line 57 of file loggable.cpp.
Log a Warning statement to the console.
Definition at line 153 of file loggable.cpp.
Log a Yellow Info statement to the console.
Definition at line 218 of file loggable.cpp. Member Data Documentation
The ConsoleLogger for this class. Reimplemented in Actor, Robot, and FileLogger. Definition at line 51 of file loggable.h. The documentation for this class was generated from the following files:
|