TSDuck v3.42-4372
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsCerrReport.h File Reference

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.
 

Detailed Description

A singleton implementing Report on std::cerr without synchronization.

Macro Definition Documentation

◆ TS_CERR_DEBUG

#define TS_CERR_DEBUG (   ...)

Macro which logs debug messages on standard error during initialization.

Same parameters as ts::Report::debug() or ts::Report::log().