Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
logger.hpp File Reference
#include "aria/abi/export.hpp"
#include <functional>
#include <memory>
#include <string_view>
Include dependency graph for logger.hpp:

Go to the source code of this file.

Classes

class  aria::runtime::Logger
 Process-wide logger. More...

Namespaces

namespace  aria
namespace  aria::runtime

Enumerations

enum class  aria::runtime::LogLevel {
  aria::runtime::Trace , aria::runtime::Debug , aria::runtime::Info , aria::runtime::Warn ,
  aria::runtime::Error , aria::runtime::Fatal
}

Functions

const char * aria::runtime::level_name (LogLevel l) noexcept