|
| | TLogCategoryOutputDevice (LogCategoryTypes &... InLogCategories UE_LIFETIMEBOUND) |
| |
| virtual void | Serialize (const TCHAR *InData, ELogVerbosity::Type Verbosity, const FName &Category) override |
| |
| | FStringOutputDevice (const TCHAR *Prefix=TEXT("")) |
| |
| | FStringOutputDevice (FStringOutputDevice &&)=default |
| |
| | FStringOutputDevice (const FStringOutputDevice &)=default |
| |
| FStringOutputDevice & | operator= (FStringOutputDevice &&)=default |
| |
| FStringOutputDevice & | operator= (const FStringOutputDevice &)=default |
| |
| virtual FString & | operator+= (const FString &Other) |
| |
| UE_REWRITE bool | UEOpEquals (const FString &Rhs) const |
| |
| UE_REWRITE bool | UEOpLessThan (const FString &Rhs) const |
| |
| UE_REWRITE bool | UEOpGreaterThan (const FString &Rhs) const |
| |
| CORE_API | FOutputDevice () |
| |
| CORE_API | FOutputDevice (FOutputDevice &&) |
| |
| CORE_API | FOutputDevice (const FOutputDevice &) |
| |
| CORE_API FOutputDevice & | operator= (FOutputDevice &&) |
| |
| CORE_API FOutputDevice & | operator= (const FOutputDevice &) |
| |
| virtual CORE_API | ~FOutputDevice () |
| |
| virtual void | Serialize (const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category, const double Time) |
| |
| virtual CORE_API void | SerializeRecord (const UE::FLogRecord &Record) |
| |
| virtual void | Flush () |
| |
| virtual void | TearDown () |
| |
| void | SetSuppressEventTag (bool bInSuppressEventTag) |
| |
| UE_FORCEINLINE_HINT bool | GetSuppressEventTag () const |
| |
| void | SetAutoEmitLineTerminator (bool bInAutoEmitLineTerminator) |
| |
| UE_FORCEINLINE_HINT bool | GetAutoEmitLineTerminator () const |
| |
| virtual void | Dump (class FArchive &Ar) |
| |
| virtual bool | IsMemoryOnly () const |
| |
| virtual bool | CanBeUsedOnAnyThread () const |
| |
| virtual bool | CanBeUsedOnMultipleThreads () const |
| |
| virtual bool | CanBeUsedOnPanicThread () const |
| |
| CORE_API void | Log (const TCHAR *S) |
| |
| CORE_API void | Log (ELogVerbosity::Type Verbosity, const TCHAR *S) |
| |
| CORE_API void | Log (const FName &Category, ELogVerbosity::Type Verbosity, const TCHAR *Str) |
| |
| CORE_API void | Log (const FString &S) |
| |
| CORE_API void | Log (const FText &S) |
| |
| CORE_API void | Log (ELogVerbosity::Type Verbosity, const FString &S) |
| |
| CORE_API void | Log (const FName &Category, ELogVerbosity::Type Verbosity, const FString &S) |
| |
| template<typename FmtType > |
| void | Logf (const FmtType &Fmt) |
| |
| template<typename FmtType , typename... Types> |
| void | Logf (const FmtType &Fmt, Types... Args) |
| |
| template<typename FmtType , typename... Types> |
| void | Logf (ELogVerbosity::Type Verbosity, const FmtType &Fmt, Types... Args) |
| |
| template<typename FmtType , typename... Types> |
| void | CategorizedLogf (const FName &Category, ELogVerbosity::Type Verbosity, const FmtType &Fmt, Types... Args) |
| |
template<typename... LogCategoryTypes>
class TLogCategoryOutputDevice< LogCategoryTypes >
Serializes log lines of the requested categories to a string; discards other log lines.