Zappy Server
C++ game server: world, rules, scheduler, network
Loading...
Searching...
No Matches
Logger Member List

This is the complete list of members for Logger, including all inherited members.

_log(LogLevel level, std::string_view component, std::string_view msg)Loggerprivate
_sinkLoggerprivate
_thresholdLoggerprivate
debug(std::string_view component, std::string_view msg)Logger
error(std::string_view component, std::string_view msg)Logger
info(std::string_view component, std::string_view msg)Logger
Logger(LogLevel threshold=LogLevel::Debug)Loggerexplicit
setSink(std::unique_ptr< ILogSink > sink)Logger
setThreshold(LogLevel threshold)Loggerinline
warn(std::string_view component, std::string_view msg)Logger