HDK
|
#include "UT_API.h"
#include "UT_Function.h"
#include "UT_Lock.h"
#include "UT_SharedPtr.h"
#include "UT_StringSet.h"
#include "UT_UniversalLogEntry.h"
Go to the source code of this file.
Classes | |
class | UT_UniversalLogSink |
Functions | |
UT_API bool | UThasAnyDefaultLogInMemorySources () |
UT_API bool | UThasAnyDefaultLogFileSources () |
UT_API bool | UTisDefaultLogInMemorySource (const UT_StringRef &source_name) |
UT_API bool | UTisDefaultLogFileSource (const UT_StringRef &source_name) |
UT_API const UT_SharedPtr < UT_UniversalLogInMemorySink > & | UTgetDefaultLogInMemorySink (bool create_from_env, bool force_create) |
UT_API const UT_SharedPtr < UT_UniversalLogFileSink > & | UTgetDefaultLogFileSink (bool create) |
UT_API const UT_SharedPtr<UT_UniversalLogFileSink>& UTgetDefaultLogFileSink | ( | bool | create | ) |
UT_API const UT_SharedPtr<UT_UniversalLogInMemorySink>& UTgetDefaultLogInMemorySink | ( | bool | create_from_env, |
bool | force_create | ||
) |
UT_API bool UThasAnyDefaultLogFileSources | ( | ) |
UT_API bool UThasAnyDefaultLogInMemorySources | ( | ) |
UT_API bool UTisDefaultLogFileSource | ( | const UT_StringRef & | source_name | ) |
UT_API bool UTisDefaultLogInMemorySource | ( | const UT_StringRef & | source_name | ) |