Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
text_logging_level.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  drake
namespace  drake::logging
namespace  drake::logging::level

Enumerations

enum class  level_enum {
  trace , debug , info , warn ,
  err , critical , off
}
 The severity level associated with a log message. More...

Variables

constexpr auto trace = level_enum::trace
 The TRACE severity level associated with a log message.
constexpr auto debug = level_enum::debug
 The DEBUG severity level associated with a log message.
constexpr auto info = level_enum::info
 The INFO severity level associated with a log message.
constexpr auto warn = level_enum::warn
 The WARNING severity level associated with a log message.
constexpr auto err = level_enum::err
 The ERROR severity level associated with a log message.
constexpr auto critical = level_enum::critical
 The CRITICAL severity level associated with a log message.
constexpr auto off = level_enum::off
 The OFF severity level associated with a log message.