Elasticlient
Namespaces | Typedefs | Enumerations | Functions
logging.h File Reference
#include <string>
Include dependency graph for logging.h:

Go to the source code of this file.

Namespaces

 elasticlient
 The elasticlient namespace.
 

Typedefs

using elasticlient::LogCallback = void(*)(LogLevel, const std::string &)
 Definition of LogCallback.
 

Enumerations

enum  elasticlient::LogLevel {
  FATAL = 0, ERROR = 1, WARNING = 2, INFO = 3,
  DEBUG = 4
}
 Levels of logging.
 

Functions

void elasticlient::setLogFunction (LogCallback extLogFunction)
 

Detailed Description

Module for maintain log messages.