Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
IPlatformFileLogWrapper.h File Reference
#include "Containers/Map.h"
#include "Containers/UnrealString.h"
#include "CoreTypes.h"
#include "GenericPlatform/GenericPlatformFile.h"
#include "HAL/CriticalSection.h"
#include "HAL/PlatformMisc.h"
#include "HAL/PlatformTime.h"
#include "Logging/LogCategory.h"
#include "Logging/LogMacros.h"
#include "Math/Color.h"
#include "Misc/DateTime.h"
#include "Misc/ScopeLock.h"
#include "Templates/UniquePtr.h"
#include "Trace/Detail/Channel.h"
+ Include dependency graph for IPlatformFileLogWrapper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FLoggedFileHandle
 
class  FLoggedPlatformFile
 
class  FLoggedPlatformFile::FLogVisitor
 
class  FLoggedPlatformFile::FLogStatVisitor
 

Macros

#define FILE_LOG(CategoryName, Verbosity, Format, ...)
 

Functions

 DECLARE_LOG_CATEGORY_EXTERN (LogPlatformFile, Log, All)
 

Variables

bool bSuppressFileLog
 

Macro Definition Documentation

◆ FILE_LOG

#define FILE_LOG ( CategoryName,
Verbosity,
Format,
... )
Value:
{ \
UE_LOG(CategoryName, Verbosity, Format, ##__VA_ARGS__); \
bSuppressFileLog = false; \
}
bool bSuppressFileLog

Definition at line 32 of file IPlatformFileLogWrapper.h.

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()

DECLARE_LOG_CATEGORY_EXTERN ( LogPlatformFile ,
Log ,
All  )

Wrapper to log the low level file system

Variable Documentation

◆ bSuppressFileLog

bool bSuppressFileLog
extern