#include <Common.hpp>
Public Member Functions | |
StringLogLevel (const char *s) | |
Creation from a given string. | |
operator LogLevel () const throw (std::string) | |
Converter from std::string to the log level enum. |
CarobNS::StringLogLevel::StringLogLevel | ( | const char * | s | ) | [inline] |
Creation from a given string.
Accepted strings are:
"DEBUG"
"INFO"
"WARN"
"ERROR"
"FATAL"
"OFF"
s | string representing the desired log level |