|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
Logger class header file. More...
#include <atomic>#include <cstdarg>#include <memory>Go to the source code of this file.
Classes | |
| class | cSoftHdLogger |
| cSoftHdLogger - Logger class More... | |
Macros | |
| #define | AV_LOGLEVEL AV_LOG_INFO |
| #define | LOGFATAL cSoftHdLogger::GetLogger()->LogFatal |
| Logger macros. | |
| #define | LOGERROR cSoftHdLogger::GetLogger()->LogError |
| #define | LOGWARNING cSoftHdLogger::GetLogger()->LogWarning |
| #define | LOGINFO cSoftHdLogger::GetLogger()->LogInfo |
| #define | LOGDEBUG cSoftHdLogger::GetLogger()->LogDebug |
| #define | LOGDEBUG2 cSoftHdLogger::GetLogger()->LogDebug2 |
| #define | L_DEBUG (1 << 0) |
| Logger flags. | |
| #define | L_AV_SYNC (1 << 1) |
| #define | L_SOUND (1 << 2) |
| #define | L_OSD (1 << 3) |
| #define | L_DRM (1 << 4) |
| #define | L_CODEC (1 << 5) |
| #define | L_STILL (1 << 6) |
| #define | L_TRICK (1 << 7) |
| #define | L_MEDIA (1 << 8) |
| #define | L_OPENGL (1 << 9) |
| #define | L_OPENGL_TIME (1 << 10) |
| #define | L_OPENGL_TIME_ALL (1 << 11) |
| #define | L_PACKET (1 << 12) |
| #define | L_GRAB (1 << 13) |
| #define | L_FFMPEG (1 << 14) |
Logger class header file.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file logger.h.
| #define L_DEBUG (1 << 0) |
| #define LOGDEBUG cSoftHdLogger::GetLogger()->LogDebug |
| #define LOGDEBUG2 cSoftHdLogger::GetLogger()->LogDebug2 |
| #define LOGERROR cSoftHdLogger::GetLogger()->LogError |
| #define LOGFATAL cSoftHdLogger::GetLogger()->LogFatal |
| #define LOGINFO cSoftHdLogger::GetLogger()->LogInfo |
| #define LOGWARNING cSoftHdLogger::GetLogger()->LogWarning |