libsigrokcxx  0.4.0
C++ bindings for libsigrok
Static Public Attributes | List of all members
sigrok::LogLevel Class Reference

Log verbosity level. More...

#include <libsigrokcxx/enums.hpp>

+ Inheritance diagram for sigrok::LogLevel:

Static Public Attributes

static const LogLevel *const NONE
 Output no messages at all. More...
 
static const LogLevel *const ERR
 Output error messages. More...
 
static const LogLevel *const WARN
 Output warnings. More...
 
static const LogLevel *const INFO
 Output informational messages. More...
 
static const LogLevel *const DBG
 Output debug messages. More...
 
static const LogLevel *const SPEW
 Output very noisy debug messages. More...
 

Additional Inherited Members

- Public Member Functions inherited from sigrok::EnumValue< LogLevel, enum sr_loglevel >
int id () const
 The integer constant associated with this value. More...
 
string name () const
 The name associated with this value. More...
 
- Static Public Member Functions inherited from sigrok::EnumValue< LogLevel, enum sr_loglevel >
static const LogLevelget (int id)
 Get value associated with a given integer constant. More...
 
static std::vector< const LogLevel * > values ()
 Get possible values. More...
 

Detailed Description

Log verbosity level.

Definition at line 5 of file enums.hpp.

Member Data Documentation

const LogLevel* const sigrok::LogLevel::NONE
static

Output no messages at all.

Definition at line 10 of file enums.hpp.

const LogLevel* const sigrok::LogLevel::ERR
static

Output error messages.

Definition at line 12 of file enums.hpp.

const LogLevel* const sigrok::LogLevel::WARN
static

Output warnings.

Definition at line 14 of file enums.hpp.

const LogLevel* const sigrok::LogLevel::INFO
static

Output informational messages.

Definition at line 16 of file enums.hpp.

const LogLevel* const sigrok::LogLevel::DBG
static

Output debug messages.

Definition at line 18 of file enums.hpp.

const LogLevel* const sigrok::LogLevel::SPEW
static

Output very noisy debug messages.

Definition at line 20 of file enums.hpp.


The documentation for this class was generated from the following file: