Represents registries for verbose logging.
More...
#include <easylogging++.h>
Represents registries for verbose logging.
Definition at line 2439 of file easylogging++.h.
◆ VRegistry()
◆ allowed() [1/2]
◆ allowed() [2/2]
| bool el::base::VRegistry::allowed |
( |
Level | level, |
|
|
const std::string & | category ) |
◆ clearCategories()
| void el::base::VRegistry::clearCategories |
( |
void | | ) |
|
|
inline |
Definition at line 2450 of file easylogging++.h.
2450 {
2452 m_categories.clear();
2453 m_cached_allowed_categories.clear();
2454 }
virtual base::threading::Mutex & lock(void) ELPP_FINAL
base::threading::internal::ScopedLock< base::threading::Mutex > ScopedLock
◆ clearModules()
| void el::base::VRegistry::clearModules |
( |
void | | ) |
|
|
inline |
◆ getCategories()
| std::string el::base::VRegistry::getCategories |
( |
| ) |
|
◆ getFilenameCommonPrefix()
| const std::string & el::base::VRegistry::getFilenameCommonPrefix |
( |
| ) |
const |
|
inline |
Definition at line 2486 of file easylogging++.h.
2486 {
2487 return m_filenameCommonPrefix;
2488 }
◆ level()
◆ modules()
◆ setCategories()
| void el::base::VRegistry::setCategories |
( |
const char * | categories, |
|
|
bool | clear = true ) |
◆ setFilenameCommonPrefix()
| void el::base::VRegistry::setFilenameCommonPrefix |
( |
const std::string & | prefix | ) |
|
|
inline |
Definition at line 2482 of file easylogging++.h.
2482 {
2483 m_filenameCommonPrefix = prefix;
2484 }
◆ setFromArgs()
◆ setLevel()
Sets verbose level. Accepted range is 0-9.
◆ setModules()
| void el::base::VRegistry::setModules |
( |
const char * | modules | ) |
|
◆ vModulesEnabled()
| bool el::base::VRegistry::vModulesEnabled |
( |
void | | ) |
|
|
inline |
Whether or not vModules enabled.
Definition at line 2478 of file easylogging++.h.
2478 {
2480 }
@ DisableVModules
Disable VModules.
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/easylogging++/easylogging++.h