icedb  version 0.5.1
Snow particle scattering database API
Variables
anonymous_namespace{logging.cpp} Namespace Reference

Variables

int logConsoleThreshold = icedb::logging::PRIORITIES::ICEDB_LOG_DEBUG_WARNING
 
int logDebugThreshold = 0
 
std::string logFile
 
std::shared_ptr< std::ofstream > lOut
 
icedb::logging::log_handler_ft logHandler = nullptr
 

Variable Documentation

◆ logConsoleThreshold

int anonymous_namespace{logging.cpp}::logConsoleThreshold = icedb::logging::PRIORITIES::ICEDB_LOG_DEBUG_WARNING

Definition at line 8 of file logging.cpp.

Referenced by icedb::logging::emit_log(), and icedb::logging::setupLogging().

◆ logDebugThreshold

int anonymous_namespace{logging.cpp}::logDebugThreshold = 0

Definition at line 9 of file logging.cpp.

Referenced by icedb::logging::emit_log(), and icedb::logging::setupLogging().

◆ logFile

std::string anonymous_namespace{logging.cpp}::logFile

Definition at line 10 of file logging.cpp.

Referenced by icedb::logging::setupLogging().

◆ logHandler

icedb::logging::log_handler_ft anonymous_namespace{logging.cpp}::logHandler = nullptr

Definition at line 12 of file logging.cpp.

Referenced by icedb::logging::emit_log(), and icedb::logging::register_log_handler().

◆ lOut

std::shared_ptr<std::ofstream> anonymous_namespace{logging.cpp}::lOut

Definition at line 11 of file logging.cpp.

Referenced by icedb::logging::emit_log(), and icedb::logging::setupLogging().