|
Zappy Server
C++ game server: world, rules, scheduler, network
|
#include <string>
Include dependency graph for ILogSink.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ILogSink |
| Output destination for a fully-formatted log line (Strategy pattern). More... | |
Enumerations | |
| enum class | LogLevel { Debug = 0 , Info , Warn , Error } |
|
strong |
| Enumerator | |
|---|---|
| Debug | |
| Info | |
| Warn | |
| Error | |
Definition at line 5 of file ILogSink.hpp.