ealogger
ealogger is a c++ library that provides a blazing fast and easy to use logging mechanism
Namespaces | Macros | Enumerations
global.h File Reference

Global ealogger constants. More...

Go to the source code of this file.

Namespaces

 ealogger
 Main namespace for ealogger.
 
 ealogger::constants
 Namespace for global ealogger constants.
 

Enumerations

enum  ealogger::constants::LOGGER_SINK { ealogger::constants::LOGGER_SINK::EAL_CONSOLE = 0, ealogger::constants::LOGGER_SINK::EAL_SYSLOG, ealogger::constants::LOGGER_SINK::EAL_FILE_SIMPLE }
 Supported logger Sinks. More...
 
enum  ealogger::constants::LOG_LEVEL {
  ealogger::constants::LOG_LEVEL::EAL_DEBUG = 0, ealogger::constants::LOG_LEVEL::EAL_INFO, ealogger::constants::LOG_LEVEL::EAL_WARNING, ealogger::constants::LOG_LEVEL::EAL_ERROR,
  ealogger::constants::LOG_LEVEL::EAL_FATAL, ealogger::constants::LOG_LEVEL::EAL_STACK, ealogger::constants::LOG_LEVEL::EAL_INTERNAL
}
 An enumaration representing the supported loglevels. More...
 

Detailed Description

Global ealogger constants.