SaltAPI
1.1
An API for the HTTPd / Zia by Salty Studio.
|
#include <ILogging.hpp>
Public Types | |
enum | Type { Emergency, Alert, Critic, Error, Warning, Notice, Info, Debug } |
Public Member Functions | |
virtual void | Log (std::string const &msg, Type type=Type::Info) const =0 |
Interface for logging system
Definition at line 14 of file ILogging.hpp.
Enumerator | |
---|---|
Emergency | |
Alert | |
Critic | |
Error | |
Warning | |
Notice | |
Info | |
Debug |
Definition at line 19 of file ILogging.hpp.
|
pure virtual |
msg | to log |
type | of log |