|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
Logger class. More...
#include <cstdarg>#include <cstdio>#include <cstdlib>#include <cstring>#include <memory>#include <syslog.h>#include <sys/syscall.h>#include <unistd.h>#include <libavutil/log.h>#include <vdr/tools.h>#include "logger.h"Go to the source code of this file.
Logger class.
This file defines cSoftHdLogger, which is a class to log things into syslog. You can use one of the LOG* macros, which are defined in the header file logger.h.
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.cpp.