Contur 2
Educational OS kernel simulator
Loading...
Searching...
No Matches
trace_level.h File Reference

Trace severity levels used by the tracing subsystem. More...

#include <cstdint>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  contur

Enumerations

enum class  contur::TraceLevel : std::uint8_t { contur::Debug = 0 , contur::Info = 1 , contur::Warn = 2 , contur::Error = 3 }
 Trace event severity. More...

Functions

constexpr std::string_view contur::traceLevelToString (TraceLevel level) noexcept
 Converts TraceLevel to a human-readable string.

Detailed Description

Trace severity levels used by the tracing subsystem.

Definition in file trace_level.h.