19 static int32 NumberOfIndentation;
20 static int32 OldPercent;
28 template <
typename FmtType,
typename... Types>
32 VPrintf(Level,
Text, Args...);
35 template <
typename FmtType,
typename... Types>
44 template <
typename FmtType,
typename... Types>
53 template <
typename FmtType,
typename... Types>
88 if (NumberOfIndentation < 0)
90 NumberOfIndentation = 0;
97#define ERROR_FUNCTION_CALL_NOT_EXPECTED \
99 FMessage::Printf(Log, TEXT("CALL of \" %s \" NOT EXPECTED at line %d of the file %s\n"), __func__, __LINE__, __FILE__); \
102#define ERROR_NOT_EXPECTED \
104 FMessage::Printf(Log, TEXT("Error not expected in \" %S \" at line %d of the file %S\n"), __func__, __LINE__, __FILE__); \
107#define NOT_IMPLEMENTED \
109 FMessage::Printf(Log, TEXT("The function \" %s \" at line %d of the file %s is not implemented"), __func__, __LINE__, __FILE__); \
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
static void Error(const FmtType &Text, Types... Args)
Definition Message.h:36
static void Printf(EVerboseLevel Level, const FmtType &Text, Types... Args)
Definition Message.h:29
static void Indent(int32 InNumberOfIndent=1)
Definition Message.h:80
static void FillReportFile(const FmtType Header, const FmtType Text, Types... Args)
Definition Message.h:54
static void Warning(const FmtType &Text, Types... Args)
Definition Message.h:45
static void FillReportFile(const TCHAR *Header, FDuration Duration)
Definition Message.h:60
static void FillReportFile(const TCHAR *Header, int32 Count)
Definition Message.h:75
static void Deindent(int32 InNumberOfIndent=1)
Definition Message.h:85
static void FillReportFile(const TCHAR *Header, double Count)
Definition Message.h:70
Definition CADEntity.cpp:23
uint64 FDuration
Definition Chrono.h:27
const char * VerboseConstDescHelp[]
Definition Message.cpp:22
const char * VerboseLevelConstNames[]
Definition Message.cpp:14
EVerboseLevel
Definition Types.h:104
Definition IsValidVariadicFunctionArg.h:14