CppLogging
1.0.4.0
C++ Logging Library
|
Logging element interface. More...
#include <element.h>
Public Member Functions | |
virtual bool | IsStarted () const noexcept |
Is the logging element started? More... | |
virtual bool | Start () |
Start the logging element. More... | |
virtual bool | Stop () |
Stop the logging element. More... | |
Logging element interface.
Logging filter takes an instance of a single logging record and performs some checks to detect if the record should be filered out and not processed anymore.
|
inlinevirtualnoexcept |
Is the logging element started?
Reimplemented in CppLogging::Processor, CppLogging::RollingFileAppender, and CppLogging::FileAppender.
|
inlinevirtual |
Start the logging element.
Reimplemented in CppLogging::AsyncWaitProcessor, CppLogging::AsyncWaitFreeProcessor, CppLogging::Processor, CppLogging::RollingFileAppender, and CppLogging::FileAppender.
|
inlinevirtual |
Stop the logging element.
Reimplemented in CppLogging::AsyncWaitProcessor, CppLogging::AsyncWaitFreeProcessor, CppLogging::Processor, CppLogging::RollingFileAppender, and CppLogging::FileAppender.