1#ifndef DITTO_LOGLEVEL_H
2#define DITTO_LOGLEVEL_H
9enum LogLevel { error = 1, warning, info, debug, verbose };
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