FFmpegfs Fuse Multi Media Filesystem 2.16
|
Provide various log facilities to stderr, disk or syslog. More...
#include <map>
#include <fstream>
#include <sstream>
#include <regex>
#include <mutex>
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... | |
Provide various log facilities to stderr, disk or syslog.
Definition in file logging.h.
|
constexpr |
Shorthand for log level DEBUG.
Definition at line 459 of file logging.h.
Referenced by ffmpeg_log(), init_logging(), and Logging::Logger::Logger().
|
constexpr |
Shorthand for log level ERROR.
Definition at line 456 of file logging.h.
Referenced by ffmpeg_log(), init_logging(), and Logging::Logger::~Logger().
|
constexpr |
Shorthand for log level INFO.
Definition at line 458 of file logging.h.
Referenced by init_logging().
|
constexpr |
Shorthand for log level TRACE.
Definition at line 460 of file logging.h.
Referenced by ffmpeg_log(), and init_logging().
|
constexpr |
Shorthand for log level WARNING.
Definition at line 457 of file logging.h.
Referenced by ffmpeg_log(), and init_logging().