![]() |
TSDuck v3.42-4372
MPEG Transport Stream Toolkit
|
A singleton implementing Report on std::cerr without synchronization. More...
Classes | |
class | ts::CerrReport |
A singleton implementing Report on std::cerr without synchronization. More... | |
class | ts::CerrReport::ReportConstructor |
A class with constructors which log messages. More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Macros | |
#define | CERR (ts::CerrReport::Instance()) |
Macro for fast access to the ts::CerrReport singleton. | |
#define | TS_CERR_DEBUG(...) |
Macro which logs debug messages on standard error during initialization. | |
A singleton implementing Report on std::cerr without synchronization.
#define TS_CERR_DEBUG | ( | ... | ) |
Macro which logs debug messages on standard error during initialization.
Same parameters as ts::Report::debug() or ts::Report::log().