HomeWaterLeaksDetection
|
#include <ILoggable.h>
Public Member Functions | |
virtual const String | getLogDescription () const =0 |
Returns the log description (body) of the class. More... | |
virtual const String | getLogID () const =0 |
Returns the log id of the class. More... | |
This class works as an interface for all classes that want to be able to print out some information in the terminal when logging (debugging) is enabled.
Definition at line 13 of file ILoggable.h.
|
pure virtual |
Returns the log description (body) of the class.
|
pure virtual |
Returns the log id of the class.