IOLink IOL_v1.8.0_release
Loading...
Searching...
No Matches
Logger.h
1#pragma once
2
3#include <iolink/IOLinkAPI.h>
4
5namespace iolink
6{
7
17enum class LogLevel
18{
20 LOG_OFF,
21
24
26 LOG_ERR,
27
34
39
42
48};
49
59class IOLINK_API Logger
60{
61public:
73 static void init(LogLevel level);
74
79};
80
81} // end namespace iolink