6 #ifndef SL_LOG_READY_TO_GO_HPP
7 #define SL_LOG_READY_TO_GO_HPP
16 using namespace preset;
20 inline auto gLog{ makeLogger<Logger_t>(
gCore, SevLvl::info) };
Sink class for directly logging onto std::cout.
Definition: ConsoleSink.hpp:239
The central point of the whole library. Needs to be instantiated at least once.
Definition: Core.hpp:51
requires std::constructible_from< TSink, TArgs... > TSink & makeSink(TArgs &&... args)
Creates Sink and registers it at this Core instance.
Definition: Core.hpp:130
Definition: ReadyToGo.hpp:14
auto gLog
Definition: ReadyToGo.hpp:20
Core_t gCore
Definition: ReadyToGo.hpp:18
auto & gConsoleSink
Definition: ReadyToGo.hpp:19