Navigation
API > API/Plugins > API/Plugins/USDUtilities > API/Plugins/USDUtilities/FUsdLogManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Log
(
EMessageSeverity::Type Severity, |
Log a message that shows only on the output log. | USDErrorUtils.h | |
static void Log
(
EMessageSeverity::Type Severity, |
Log a message that shows on the output log and the message log, if we're inside of a FScopedUsdMessageLog scope. | USDErrorUtils.h |
Log(EMessageSeverity::Type, const FString &, uint32)
Description
Log a message that shows only on the output log. Prefer using the USD_LOG_INFO, USD_LOG_WARNING, USD_LOG_ERROR, USD_LOG_USERINFO, USD_LOG_USERWARNING, USD_LOG_USERERROR macros.
| Name | Log |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDUtilities/Public/USDErrorUtils.h |
| Include Path | #include "USDErrorUtils.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/USDUtilities/Private/USDErrorUtils.cpp |
static void Log
(
EMessageSeverity::Type Severity,
const FString & Message,
uint32 MessageID
)
Log(EMessageSeverity::Type, const FText &, uint32)
Description
Log a message that shows on the output log and the message log, if we're inside of a FScopedUsdMessageLog scope. Prefer using the USD_LOG_INFO, USD_LOG_WARNING, USD_LOG_ERROR, USD_LOG_USERINFO, USD_LOG_USERWARNING, USD_LOG_USERERROR macros.
| Name | Log |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDUtilities/Public/USDErrorUtils.h |
| Include Path | #include "USDErrorUtils.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/USDUtilities/Private/USDErrorUtils.cpp |
static void Log
(
EMessageSeverity::Type Severity,
const FText & Message,
uint32 MessageID
)