6#include "Containers/StringFwd.h"
7#include "Logging/LogVerbosity.h"
8#include "Misc/OutputDevice.h"
10#if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_1
11#include "Containers/UnrealString.h"
26
27
28
29
30
31
32
33
34
38
39
40
41
42
43
44
45
46
static void AppendFormatLogLine(FUtf8StringBuilderBase &Output, ELogVerbosity::Type Verbosity, const FName &Category, const TCHAR *Message=nullptr, ELogTimes::Type LogTime=ELogTimes::None, double Time=-1.0, int32 *OutCategoryIndex=nullptr)
static void FormatCastAndSerializeLine(FArchive &Output, const TCHAR *Message, ELogVerbosity::Type Verbosity, const FName &Category, double Time, bool bSuppressEventTag, bool bAutoEmitLineTerminator)
static FString FormatLogLine(ELogVerbosity::Type Verbosity, const FName &Category, const TCHAR *Message=nullptr, ELogTimes::Type LogTime=ELogTimes::None, double Time=-1.0, int32 *OutCategoryIndex=nullptr)
static void AppendFormatLogLine(FWideStringBuilderBase &Output, ELogVerbosity::Type Verbosity, const FName &Category, const TCHAR *Message=nullptr, ELogTimes::Type LogTime=ELogTimes::None, double Time=-1.0, int32 *OutCategoryIndex=nullptr)