Qrypt Security
Loading...
Searching...
No Matches
qryptsecurity_logging.h
Go to the documentation of this file.
1#ifndef QRYPTSECURITY_LOGGING_H
2#define QRYPTSECURITY_LOGGING_H
3
4
5namespace QryptSecurity
6{
7
11enum class LogLevel {
18};
19
24void setLogLevel(LogLevel logLevel);
25
26} // namespace
27
28#endif
Definition: qryptsecurity.h:8
void setLogLevel(LogLevel logLevel)
Set QryptSecurity logging level.
LogLevel
Describes the severity of a log.
Definition: qryptsecurity_logging.h:11