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 | Friends | List of all members
el::base::Storage Class Reference

Easylogging++ management storage. More...

#include <easylogging++.h>

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

Public Member Functions

 Storage (const LogBuilderPtr &defaultLogBuilder)
 
bool validateEveryNCounter (const char *filename, base::type::LineNumber lineNumber, std::size_t occasion)
 
bool validateAfterNCounter (const char *filename, base::type::LineNumber lineNumber, std::size_t n)
 
bool validateNTimesCounter (const char *filename, base::type::LineNumber lineNumber, std::size_t n)
 
base::RegisteredHitCountershitCounters (void) const
 
base::RegisteredLoggersregisteredLoggers (void) const
 
base::VRegistryvRegistry (void) const
 
const
base::utils::CommandLineArgs
commandLineArgs (void) const
 
void addFlag (LoggingFlag flag)
 
void removeFlag (LoggingFlag flag)
 
bool hasFlag (LoggingFlag flag) const
 
base::type::EnumType flags (void) const
 
void setFlags (base::type::EnumType flags)
 
void setPreRollOutCallback (const PreRollOutCallback &callback)
 
void unsetPreRollOutCallback (void)
 
PreRollOutCallback & preRollOutCallback (void)
 
bool hasCustomFormatSpecifier (const char *formatSpecifier)
 
void installCustomFormatSpecifier (const CustomFormatSpecifier &customFormatSpecifier)
 
bool uninstallCustomFormatSpecifier (const char *formatSpecifier)
 
const std::vector
< CustomFormatSpecifier > * 
customFormatSpecifiers (void) const
 
void setLoggingLevel (Level level)
 
template<typename T >
bool installLogDispatchCallback (const std::string &id)
 
template<typename T >
void uninstallLogDispatchCallback (const std::string &id)
 
template<typename T >
T * logDispatchCallback (const std::string &id)
 
void setThreadName (const std::string &name)
 Sets thread name for current thread. Requires std::thread.
 
std::string getThreadName (const std::string &threadId)
 
- 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
 

Friends

class el::Helpers
 
class el::base::DefaultLogDispatchCallback
 
class el::LogBuilder
 
class el::base::MessageBuilder
 
class el::base::Writer
 
class el::base::PerformanceTracker
 
class el::base::LogDispatcher
 

Detailed Description

Easylogging++ management storage.


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