20using Handler = void (*)(std::string
const&,
char const*, int, Level);
21void SetHandler(Handler)
noexcept;
23void DefaultHandler(std::string
const& message,
24 char const* source_file,
28std::string_view LevelDescriptor(Level);
30bool IsInitialized() noexcept;