HDK
|
#include "UT_API.h"
#include "UT_Lock.h"
#include "UT_StringArray.h"
#include "UT_StringHolder.h"
#include "UT_UniversalLogEntry.h"
#include <functional>
Go to the source code of this file.
Classes | |
class | UT_UniversalLogSourceRegistration |
class | UT_UniversalLogSource |
Macros | |
#define | UT_REGISTERUNIVERSALLOGSOURCE(source_class) |
Typedefs | |
typedef std::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 30 of file UT_UniversalLogSource.h.
typedef std::function<UT_UniversalLogSource *()> UT_UniversalLogSourceCreator |
Definition at line 23 of file UT_UniversalLogSource.h.