shared
depthai-shared
include
depthai-shared
log
LogLevel.hpp
Go to the documentation of this file.
1
#pragma once
2
3
// std
4
#include <cstdint>
5
6
// project
7
#include "
depthai-shared/utility/Serialization.hpp
"
8
9
namespace
dai
{
10
11
// Follows spdlog levels
12
enum class
LogLevel
: std::int32_t {
TRACE
= 0,
DEBUG
,
INFO
,
WARN
,
ERR
,
CRITICAL
,
OFF
};
13
14
}
// namespace dai
dai::LogLevel::TRACE
@ TRACE
dai::LogLevel::INFO
@ INFO
dai::LogLevel::CRITICAL
@ CRITICAL
dai::LogLevel
LogLevel
Definition:
LogLevel.hpp:12
dai::LogLevel::OFF
@ OFF
dai::LogLevel::WARN
@ WARN
Serialization.hpp
dai::LogLevel::ERR
@ ERR
dai::LogLevel::DEBUG
@ DEBUG
dai
Definition:
CameraExposureOffset.hpp:6
depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19