medcrypt::guardian::LogLevelEnum

Types

Name

enum

Type { Critical = 0, Error, Warn, Info, Debug, Trace }

Functions

Name

std::string

NameOf(const Type & in_enum)

Enum(const std::string & in_string)

bool

IsValid(const int & in_value)

Types Documentation

enum Type

Enumerator

Value

Description

Critical

0

probable crash

Error

could not complete requested action

Warn

action completed with unexpected outcome

Info

relevant information

Debug

debug output, debug builds only

Trace

trace output, internal builds only

Functions Documentation

function NameOf

function Enum

function IsValid

Last updated