SaltAPI  1.1
An API for the HTTPd / Zia by Salty Studio.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Module::ILogging Class Referenceabstract

#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
 

Detailed Description

Interface for logging system

Definition at line 14 of file ILogging.hpp.

Member Enumeration Documentation

Enumerator
Emergency 
Alert 
Critic 
Error 
Warning 
Notice 
Info 
Debug 

Definition at line 19 of file ILogging.hpp.

Member Function Documentation

void Module::ILogging::Log ( std::string const &  msg,
Type  type = Type::Info 
) const
pure virtual
Parameters
msgto log
typeof log

The documentation for this class was generated from the following file: