Ditto 4.13.1
 
Loading...
Searching...
No Matches
LogLevel.hpp
1#ifndef DITTO_LOGLEVEL_H
2#define DITTO_LOGLEVEL_H
3
4namespace ditto {
5
9enum LogLevel { error = 1, warning, info, debug, verbose };
10
11} // namespace ditto
12
13#endif
Namespace for the Ditto C++ SDK types and functions.
Definition AbstractDocumentPath.hpp:19
LogLevel
The log levels that the Ditto SDK supports.
Definition LogLevel.hpp:9