HDK
|
#include <UT_UniversalLogSource.h>
Public Member Functions | |
UT_UniversalLogSourceRegistration (const UT_StringHolder &source_name, UT_UniversalLogSourceCreator creator) | |
Static Public Member Functions | |
static bool | connect (const UT_StringHolder &source_name, UT_UniversalLogSink *sink) |
static bool | disconnect (const UT_StringHolder &source_name, UT_UniversalLogSink *sink) |
static void | getSourceNames (UT_StringArray &source_names) |
static bool | isSourceName (const UT_StringRef &source_name) |
static UT_UniversalLogSource * | getSource (const UT_StringRef &source_name) |
This class performs the registration of a log source class. It also holds the static map of instantiated source objects.
Definition at line 38 of file UT_UniversalLogSource.h.
UT_UniversalLogSourceRegistration::UT_UniversalLogSourceRegistration | ( | const UT_StringHolder & | source_name, |
UT_UniversalLogSourceCreator | creator | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |