|
RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
|
Represents registries for verbose logging. More...
#include <easylogging++.h>
Public Member Functions | |
| VRegistry (base::type::VerboseLevel level, base::type::EnumType *pFlags) | |
| void | setLevel (base::type::VerboseLevel level) |
| Sets verbose level. Accepted range is 0-9. | |
| base::type::VerboseLevel | level (void) const |
| void | clearModules (void) |
| void | setModules (const char *modules) |
| bool | allowed (base::type::VerboseLevel vlevel, const char *file) |
|
const std::map< std::string, base::type::VerboseLevel > & | modules (void) const |
| void | setFromArgs (const base::utils::CommandLineArgs *commandLineArgs) |
| bool | vModulesEnabled (void) |
| Whether or not vModules enabled. | |
Public Member Functions inherited from el::base::threading::ThreadSafe | |
| virtual void | acquireLock (void) ELPP_FINAL |
| virtual void | releaseLock (void) ELPP_FINAL |
| virtual base::threading::Mutex & | lock (void) ELPP_FINAL |
Represents registries for verbose logging.
1.8.6