Loading...
Searching...
No Matches
5#ifndef MOLYBDEN_INTERNAL_LOG_LEVEL_HPP
6#define MOLYBDEN_INTERNAL_LOG_LEVEL_HPP
8#include "molybden/base/log_level.hpp"
17constexpr int LEVEL_INFO =
static_cast<int>(LogLevel::kInfo);
18constexpr int LEVEL_ERROR =
static_cast<int>(LogLevel::kError);
19constexpr int LEVEL_WARNING =
static_cast<int>(LogLevel::kWarning);
20constexpr int LEVEL_FATAL =
static_cast<int>(LogLevel::kFatal);