enum mrpt::system::VerbosityLevel

Overview

Enumeration of available verbosity levels. More…

#include <COutputLogger.h>

enum VerbosityLevel
{
    LVL_DEBUG                  = 0,
    LVL_INFO,
    LVL_WARN,
    LVL_ERROR,
    NUMBER_OF_VERBOSITY_LEVELS,
};

Detailed Documentation

Enumeration of available verbosity levels.

See also:

COutputLogger