#include <CompositeLoggable.h>
Public Member Functions | |
virtual void | LogContentsOn (LogContentsPrinter &logContentsPrinter) const =0 |
Passes all the elements of this CompositeLoggable to the LogContentsPrinter instance via LogContent() method. |
User-defined classes which are meant to be used in the logging system should inherit from this class.
Definition at line 29 of file CompositeLoggable.h.