Base class for a logging sink backend. More...
#include <basic_sink_backend.hpp>

Public Types | |
| typedef FrontendRequirementsT | frontend_requirements |
| Frontend requirements tag. More... | |
Base class for a logging sink backend.
The basic_sink_backend class template defines a number of types that all sink backends are required to define. All sink backends have to derive from the class.
| typedef FrontendRequirementsT boost::sinks::basic_sink_backend< FrontendRequirementsT >::frontend_requirements |
Frontend requirements tag.