HDK
|
#include "UT_API.h"
#include "UT_Error.h"
#include "UT_StringHolder.h"
#include "UT_UniversalLogEntry.h"
Go to the source code of this file.
Classes | |
class | UT_UniversalLogGenericRegistration |
Functions | |
UT_API const UT_StringHolder & | UTgetLoggingSourceGenericName () |
UT_API const UT_StringHolder & | UTgetLoggingSourcePythonName () |
UT_API bool | UTlogSourceExists (const UT_StringHolder &source_name=UT_StringHolder::theEmptyString) |
UT_API void | UTlogEntry (const UT_UniversalLogEntry &entry, const UT_StringHolder &source_name=UT_StringHolder::theEmptyString) |
template<typename... Args> | |
void | UTlogMessage (const UT_StringHolder &source_name, const char *fmt, Args &&...args) |
template<typename... Args> | |
void | UTlogPrompt (const UT_StringHolder &source_name, const char *fmt, Args &&...args) |
template<typename... Args> | |
void | UTlogWarning (const UT_StringHolder &source_name, const char *fmt, Args &&...args) |
template<typename... Args> | |
void | UTlogError (const UT_StringHolder &source_name, const char *fmt, Args &&...args) |
template<typename... Args> | |
void | UTlogFatal (const UT_StringHolder &source_name, const char *fmt, Args &&...args) |
UT_API const UT_StringHolder& UTgetLoggingSourceGenericName | ( | ) |
UT_API const UT_StringHolder& UTgetLoggingSourcePythonName | ( | ) |
UT_API void UTlogEntry | ( | const UT_UniversalLogEntry & | entry, |
const UT_StringHolder & | source_name = UT_StringHolder::theEmptyString |
||
) |
void UTlogError | ( | const UT_StringHolder & | source_name, |
const char * | fmt, | ||
Args &&... | args | ||
) |
Definition at line 70 of file UT_UniversalLogGenericSource.h.
void UTlogFatal | ( | const UT_StringHolder & | source_name, |
const char * | fmt, | ||
Args &&... | args | ||
) |
Definition at line 79 of file UT_UniversalLogGenericSource.h.
void UTlogMessage | ( | const UT_StringHolder & | source_name, |
const char * | fmt, | ||
Args &&... | args | ||
) |
Definition at line 37 of file UT_UniversalLogGenericSource.h.
void UTlogPrompt | ( | const UT_StringHolder & | source_name, |
const char * | fmt, | ||
Args &&... | args | ||
) |
Definition at line 49 of file UT_UniversalLogGenericSource.h.
UT_API bool UTlogSourceExists | ( | const UT_StringHolder & | source_name = UT_StringHolder::theEmptyString | ) |
void UTlogWarning | ( | const UT_StringHolder & | source_name, |
const char * | fmt, | ||
Args &&... | args | ||
) |
Definition at line 58 of file UT_UniversalLogGenericSource.h.