Class to create default log sink.
auto create(log_sink_factory_table &sinks) -> sinks::log_sink override
Create log sink.
~default_log_sink_factory() noexcept override=default
Destructor.
default_log_sink_factory()=default
Constructor.
Interface of factories of log sinks.
Class of tables of log sinks.
Declaration of the function to get the default log sink.
Definition of log_sink class.
Definition of log_sink_factory_base class.
Namespace of logging configuration.
NUM_COLLECT_EXPORT auto get_default_log_sink() -> log_sink
Get the default log sink.