Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FOutputDeviceHelper
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceHelper.h |
| Include | #include "Misc/OutputDeviceHelper.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceHelper.cpp |
static FString FormatLogLine
(
ELogVerbosity::Type Verbosity,
const FName & Category,
const TCHAR * Message,
ELogTimes::Type LogTime,
double Time,
int32 * OutCategoryIndex
)
Remarks
Formats a log line with date, time, category and verbosity prefix Formatted log line
Parameters
| Name | Description |
|---|---|
| Verbosity | Message verbosity |
| Category | Message category |
| Message | Optional message text. If nullptr, only the date/time/category/verbosity prefix will be returned |
| LogTime | Time format |
| Time | Time in seconds |
| OutCategoryIndex | (if non-null) The index of the category within the return string is written here, or INDEX_NONE if the category is suppressed |