|
Elasticlient
|
#include <string>
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) |
Module for maintain log messages.
1.8.17