RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
el::base::VRegistry Class Reference

Represents registries for verbose logging. More...

#include <easylogging++.h>

Inheritance diagram for el::base::VRegistry:
el::base::NoCopy el::base::threading::ThreadSafe

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::Mutexlock (void) ELPP_FINAL
 

Detailed Description

Represents registries for verbose logging.


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