#include <spdlog/spdlog.h>
#include <catch2/catch_all.hpp>
#include <chrono>
#include <thread>
#include "depthai/depthai.hpp"
Go to the source code of this file.
Functions | |
int | test (dai::LogLevel logLevel) |
TEST_CASE ("CRITICAL") | |
TEST_CASE ("DEBUG") | |
TEST_CASE ("ERROR") | |
TEST_CASE ("INFO") | |
TEST_CASE ("OFF") | |
TEST_CASE ("TRACE") | |
TEST_CASE ("WARN") | |
int test | ( | dai::LogLevel | logLevel | ) |
Definition at line 9 of file logging_test.cpp.
TEST_CASE | ( | "CRITICAL" | ) |
Definition at line 104 of file logging_test.cpp.
TEST_CASE | ( | "DEBUG" | ) |
Definition at line 88 of file logging_test.cpp.
TEST_CASE | ( | "ERROR" | ) |
Definition at line 100 of file logging_test.cpp.
TEST_CASE | ( | "INFO" | ) |
Definition at line 92 of file logging_test.cpp.
TEST_CASE | ( | "OFF" | ) |
Definition at line 108 of file logging_test.cpp.
TEST_CASE | ( | "TRACE" | ) |
Definition at line 84 of file logging_test.cpp.
TEST_CASE | ( | "WARN" | ) |
Definition at line 96 of file logging_test.cpp.