FFmpegfs Fuse Multi Media Filesystem 2.16
Classes | Variables
logging.h File Reference

Provide various log facilities to stderr, disk or syslog. More...

#include <map>
#include <fstream>
#include <sstream>
#include <regex>
#include <mutex>
Include dependency graph for logging.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logging
 Logging facility More...
 
class  Logging::Logger
 Logging helper class. More...
 

Variables

constexpr Logging::LOGLEVEL LOGERROR = Logging::LOGLEVEL::LOGERROR
 Shorthand for log level ERROR. More...
 
constexpr Logging::LOGLEVEL LOGWARN = Logging::LOGLEVEL::LOGWARN
 Shorthand for log level WARNING. More...
 
constexpr Logging::LOGLEVEL LOGINFO = Logging::LOGLEVEL::LOGINFO
 Shorthand for log level INFO. More...
 
constexpr Logging::LOGLEVEL LOGDEBUG = Logging::LOGLEVEL::LOGDEBUG
 Shorthand for log level DEBUG. More...
 
constexpr Logging::LOGLEVEL LOGTRACE = Logging::LOGLEVEL::LOGTRACE
 Shorthand for log level TRACE. More...
 

Detailed Description

Provide various log facilities to stderr, disk or syslog.

Author
K. Henriksson, Norbert Schlia (nschl.nosp@m.ia@o.nosp@m.blivi.nosp@m.on-s.nosp@m.oftwa.nosp@m.re.d.nosp@m.e)

Definition in file logging.h.

Variable Documentation

◆ LOGDEBUG

constexpr Logging::LOGLEVEL LOGDEBUG = Logging::LOGLEVEL::LOGDEBUG
constexpr

Shorthand for log level DEBUG.

Definition at line 459 of file logging.h.

Referenced by ffmpeg_log(), init_logging(), and Logging::Logger::Logger().

◆ LOGERROR

constexpr Logging::LOGLEVEL LOGERROR = Logging::LOGLEVEL::LOGERROR
constexpr

Shorthand for log level ERROR.

Definition at line 456 of file logging.h.

Referenced by ffmpeg_log(), init_logging(), and Logging::Logger::~Logger().

◆ LOGINFO

constexpr Logging::LOGLEVEL LOGINFO = Logging::LOGLEVEL::LOGINFO
constexpr

Shorthand for log level INFO.

Definition at line 458 of file logging.h.

Referenced by init_logging().

◆ LOGTRACE

constexpr Logging::LOGLEVEL LOGTRACE = Logging::LOGLEVEL::LOGTRACE
constexpr

Shorthand for log level TRACE.

Definition at line 460 of file logging.h.

Referenced by ffmpeg_log(), and init_logging().

◆ LOGWARN

constexpr Logging::LOGLEVEL LOGWARN = Logging::LOGLEVEL::LOGWARN
constexpr

Shorthand for log level WARNING.

Definition at line 457 of file logging.h.

Referenced by ffmpeg_log(), and init_logging().