Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMsg
Description
Internal version of log function. Should be used only in logging macros, as it relies on caller to call assert on fatal error
| Name | Logf_Internal |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/LogMacros.h |
| Include Path | #include "Logging/LogMacros.h" |
template<typename FmtType, typename... Types>
static void Logf_Internal
(
const ANSICHAR * File,
int32 Line,
const FLogCategoryName & Category,
ELogVerbosity::Type Verbosity,
const FmtType & Fmt,
Types... Args
)