|
Zappy Server
C++ game server: world, rules, scheduler, network
|
This is the complete list of members for Logger, including all inherited members.
| _log(LogLevel level, std::string_view component, std::string_view msg) | Logger | private |
| _sink | Logger | private |
| _threshold | Logger | private |
| 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) | Logger | explicit |
| setSink(std::unique_ptr< ILogSink > sink) | Logger | |
| setThreshold(LogLevel threshold) | Logger | inline |
| warn(std::string_view component, std::string_view msg) | Logger |