![]() |
TSDuck v3.43-4441
MPEG Transport Stream Toolkit
|
A class with constructors which log messages. More...
#include <tsCerrReport.h>
Public Member Functions | |
template<class... Args> | |
ReportConstructor (const UChar *fmt, Args &&... args) | |
Report a debug message with a printf-like interface. | |
template<class... Args> | |
ReportConstructor (int severity, const UChar *fmt, Args &&... args) | |
Report a message with an explicit severity and a printf-like interface. | |
A class with constructors which log messages.
Useful to log debug message on standard error during initialization.
|
inline |
Report a debug message with a printf-like interface.
[in] | fmt | Format string with embedded '%' sequences. |
[in] | args | List of arguments to substitute in the format string. |
|
inline |
Report a message with an explicit severity and a printf-like interface.
[in] | severity | Message severity. |
[in] | fmt | Format string with embedded '%' sequences. |
[in] | args | List of arguments to substitute in the format string. |