Zappy Server
C++ game server: world, rules, scheduler, network
Loading...
Searching...
No Matches
ILogSink.hpp File Reference
#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 }
 

Enumeration Type Documentation

◆ LogLevel

enum class LogLevel
strong
Enumerator
Debug 
Info 
Warn 
Error 

Definition at line 5 of file ILogSink.hpp.