HDK
|
#include <UT_UniversalLogStdStreamSource.h>
Protected Member Functions | |
UT_UniversalLogStdStreamSource (bool is_stdout) | |
~UT_UniversalLogStdStreamSource () override | |
Protected Member Functions inherited from UT_UniversalLogSource | |
UT_UniversalLogSource () | |
virtual | ~UT_UniversalLogSource () |
UT_UniversalLogSource (const UT_UniversalLogSource &)=delete | |
UT_UniversalLogSource & | operator= (const UT_UniversalLogSource &)=delete |
Additional Inherited Members | |
Public Member Functions inherited from UT_UniversalLogSource | |
void | sendToSinks (const UT_UniversalLogEntry &entry) |
Sends a message to our associated log sinks. More... | |
Protected Attributes inherited from UT_UniversalLogSource | |
UT_Lock | mySinksLock |
UT_Array< UT_UniversalLogSink * > | mySinks |
A log source for collecting data printed to stdout or stderr. Dedicated subclasses for these two cases just override the display name, and construct the base class with a flag indicating if the source is stdout or stderr.
Definition at line 24 of file UT_UniversalLogStdStreamSource.h.
|
protected |
|
overrideprotected |