HDK
|
#include <UT_UniversalLogPerfMonSource.h>
Public Member Functions | |
UT_UniversalLogPerfMonSource () | |
~UT_UniversalLogPerfMonSource () override | |
void | handlePerfMonEvent (const UT_PerfMonEvent &event) |
![]() | |
void | sendToSinks (const UT_UniversalLogEntry &entry) |
Sends a message to our associated log sinks. More... | |
Static Public Member Functions | |
static const UT_StringHolder & | staticName () |
Additional Inherited Members | |
![]() | |
UT_UniversalLogSource () | |
virtual | ~UT_UniversalLogSource () |
UT_UniversalLogSource (const UT_UniversalLogSource &)=delete | |
UT_UniversalLogSource & | operator= (const UT_UniversalLogSource &)=delete |
![]() | |
UT_Lock | mySinksLock |
UT_Array< UT_UniversalLogSink * > | mySinks |
Definition at line 20 of file UT_UniversalLogPerfMonSource.h.
UT_UniversalLogPerfMonSource::UT_UniversalLogPerfMonSource | ( | ) |
|
override |
void UT_UniversalLogPerfMonSource::handlePerfMonEvent | ( | const UT_PerfMonEvent & | event | ) |
|
static |