Zappy Server
C++ game server: world, rules, scheduler, network
Loading...
Searching...
No Matches
Logger.hpp File Reference
#include <memory>
#include <string_view>
#include "logging/ILogSink.hpp"
+ Include dependency graph for Logger.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logger
 Logging facade: formats [time] [LEVEL] [component] message, filters by level, and forwards to a single sink (typically a CompositeSink). More...