9 #ifndef CPPLOGGING_ELEMENT_H
10 #define CPPLOGGING_ELEMENT_H
29 virtual bool IsStarted() const noexcept {
return true; }
35 virtual bool Start() {
return true; }
40 virtual bool Stop() {
return true; }
Logging element interface.
virtual bool Stop()
Stop the logging element.
virtual bool Start()
Start the logging element.
virtual bool IsStarted() const noexcept
Is the logging element started?
C++ Logging project definitions.