|
HDK
|
Include dependency graph for NET_UniversalLogNetworkingSource.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | NET_LogManager |
Functions | |
| NET_API const UT_StringHolder & | NETsourceName () |
| NET_API void | NETsendLogEntry (const UT_UniversalLogEntry &entry) |
| template<typename... Args> | |
| void | NETlogMessage (NET_LogManager &mgr, const UT_StringHolder &context, const char *fmt, Args &&...args) |
| template<typename... Args> | |
| void | NETlogPrompt (NET_LogManager &mgr, const UT_StringHolder &context, const char *fmt, Args &&...args) |
| template<typename... Args> | |
| void | NETlogWarning (NET_LogManager &mgr, const UT_StringHolder &context, const char *fmt, Args &&...args) |
| template<typename... Args> | |
| void | NETlogError (NET_LogManager &mgr, const UT_StringHolder &context, const char *fmt, Args &&...args) |
| template<typename... Args> | |
| void | NETlogFatal (NET_LogManager &mgr, const UT_StringHolder &context, const char *fmt, Args &&...args) |
| template<typename... Args> | |
| void | NETlogMessage (const UT_StringHolder &context, const char *fmt, Args &&...args) |
| template<typename... Args> | |
| void | NETlogPrompt (const UT_StringHolder &context, const char *fmt, Args &&...args) |
| template<typename... Args> | |
| void | NETlogWarning (const UT_StringHolder &context, const char *fmt, Args &&...args) |
| template<typename... Args> | |
| void | NETlogError (const UT_StringHolder &context, const char *fmt, Args &&...args) |
| template<typename... Args> | |
| void | NETlogFatal (const UT_StringHolder &context, const char *fmt, Args &&...args) |
| void NETlogError | ( | NET_LogManager & | mgr, |
| const UT_StringHolder & | context, | ||
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 158 of file NET_UniversalLogNetworkingSource.h.
| void NETlogError | ( | const UT_StringHolder & | context, |
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 219 of file NET_UniversalLogNetworkingSource.h.
| void NETlogFatal | ( | NET_LogManager & | mgr, |
| const UT_StringHolder & | context, | ||
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 172 of file NET_UniversalLogNetworkingSource.h.
| void NETlogFatal | ( | const UT_StringHolder & | context, |
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 229 of file NET_UniversalLogNetworkingSource.h.
| void NETlogMessage | ( | NET_LogManager & | mgr, |
| const UT_StringHolder & | context, | ||
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 117 of file NET_UniversalLogNetworkingSource.h.
| void NETlogMessage | ( | const UT_StringHolder & | context, |
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 190 of file NET_UniversalLogNetworkingSource.h.
| void NETlogPrompt | ( | NET_LogManager & | mgr, |
| const UT_StringHolder & | context, | ||
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 130 of file NET_UniversalLogNetworkingSource.h.
| void NETlogPrompt | ( | const UT_StringHolder & | context, |
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 199 of file NET_UniversalLogNetworkingSource.h.
| void NETlogWarning | ( | NET_LogManager & | mgr, |
| const UT_StringHolder & | context, | ||
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 144 of file NET_UniversalLogNetworkingSource.h.
| void NETlogWarning | ( | const UT_StringHolder & | context, |
| const char * | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 209 of file NET_UniversalLogNetworkingSource.h.
| NET_API void NETsendLogEntry | ( | const UT_UniversalLogEntry & | entry | ) |
| NET_API const UT_StringHolder& NETsourceName | ( | ) |