HDK
|
#include "UT_API.h"
#include "UT_Array.h"
#include "UT_Function.h"
#include "UT_Lock.h"
#include "UT_StringHolder.h"
#include "UT_UniversalLogEntry.h"
Go to the source code of this file.
Classes | |
class | UT_UniversalLogSourceRegistration |
class | UT_UniversalLogSource |
Macros | |
#define | UT_REGISTERUNIVERSALLOGSOURCE(source_class) |
Typedefs | |
typedef UT_Function < UT_UniversalLogSource *()> | UT_UniversalLogSourceCreator |
#define UT_REGISTERUNIVERSALLOGSOURCE | ( | source_class | ) |
Use this macro to register a log source class so it can be created by and attached to a log sink object.
Definition at line 31 of file UT_UniversalLogSource.h.
typedef UT_Function<UT_UniversalLogSource *()> UT_UniversalLogSourceCreator |
Definition at line 24 of file UT_UniversalLogSource.h.