log4tango::Level(3) | log4tango | log4tango::Level(3) |
log4tango::Level
#include <Level.hh>
enum LevelLevel { OFF = 100, FATAL = 200,
ERROR = 300, WARN = 400, INFO = 500, DEBUG = 600
} Levels of Priorities. "
typedef int Value
The type of Level Values.
static const std::string & get_name (Value
level)
Returns the name of the given level value. static Value
get_value (const std::string &level_name) throw
(std::invalid_argument)
Returns the value of the given level name.
The type of Level Values.
Levels of Priorities.
Enumerator
Returns the name of the given level value. Currently, if the value is not one of the LevelLevel values, the method returns the name of the largest level smaller the given value.
Parameters:
Returns:
Returns the value of the given level name. This can be either one of 'OFF', 'ERRROR', ... or a decimal string representation of the value, e.g. '500' for DEBUG.
Parameters:
Returns:
Exceptions:
Generated automatically by Doxygen for log4tango from the source code.
Mon Jan 16 2017 | Version 5.0.1 |