#include <functional>
#include <iostream>
#include <sstream>
#include <string>
#include "CVCoreLib.h"
#include <fmt/core.h>
#include <fmt/printf.h>
#include <fmt/ranges.h>
Go to the source code of this file.
|
| enum class | cloudViewer::utility::VerbosityLevel { cloudViewer::utility::Error = 0
, cloudViewer::utility::Warning = 1
, cloudViewer::utility::Info = 2
, cloudViewer::utility::Debug = 3
} |
| |
| enum class | cloudViewer::utility::TextColor {
cloudViewer::utility::Black = 0
, cloudViewer::utility::Red = 1
, cloudViewer::utility::Green = 2
, cloudViewer::utility::Yellow = 3
,
cloudViewer::utility::Blue = 4
, cloudViewer::utility::Magenta = 5
, cloudViewer::utility::Cyan = 6
, cloudViewer::utility::White = 7
} |
| |
◆ __FN__
| #define __FN__ __PRETTY_FUNCTION__ |
◆ DEFAULT_IO_BUFFER_SIZE
| #define DEFAULT_IO_BUFFER_SIZE 1024 |
◆ LogDebug
Value: Logger::LogDebug_(__FILE__, __LINE__,
static_cast<const char *
>(
__FN__), \
__VA_ARGS__)
Definition at line 90 of file Logging.h.
◆ LogError
Value: Logger::LogError_(__FILE__, __LINE__,
static_cast<const char *
>(
__FN__), \
__VA_ARGS__)
Definition at line 60 of file Logging.h.
◆ LogInfo
Value: Logger::LogInfo_(__FILE__, __LINE__,
static_cast<const char *
>(
__FN__), \
__VA_ARGS__)
Definition at line 81 of file Logging.h.
◆ LogWarning
| #define LogWarning |
( |
|
... | ) |
|
Value: Logger::LogWarning_(__FILE__, __LINE__,
static_cast<const char *
>(
__FN__), \
__VA_ARGS__)
Definition at line 72 of file Logging.h.