Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
OperatingSystemLogs.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define CURRENT_CLASS
 
#define CURRENT_CLASS_FUNCTION
 
#define CURRENT_FUNCTION
 
#define CURRENT_LINE_NUMBER
 
#define CURRENT_CLASS_WITH_LINE
 
#define CURRENT_FUNCTION_SIGNATURE
 
#define DEFINE_OS_LOG(LogCategory)
 
#define OS_LOG_Impl(LogCategory, Verbosity, Param1)
 
#define OS_CLOG_Impl(Cond, LogCategory, Verbosity, Param1)
 
#define OS_LOG(LogCategory, Param1)
 
#define OS_LOG_WARN(LogCategory, Param1)
 
#define OS_LOG_ERROR(LogCategory, Param1)
 
#define OS_LOG_VERBOSE(LogCategory, Param1)
 
#define OS_LOG_VERY_VERBOSE(LogCategory, Param1)
 
#define OS_LOG_FATAL(LogCategory, Param1)
 
#define OS_CLOG(LogCategory, Cond, Param1)
 
#define OS_CLOG_WARN(LogCategory, Cond, Param1)
 
#define OS_CLOG_ERROR(LogCategory, Cond, Param1)
 
#define OS_CLOG_VERBOSE(LogCategory, Cond, Param1)
 
#define OS_CLOG_VERY_VERBOSE(LogCategory, Cond, Param1)
 
#define OS_CLOG_FATAL(LogCategory, Cond, Param1)
 

Macro Definition Documentation

◆ CURRENT_CLASS

#define CURRENT_CLASS

◆ CURRENT_CLASS_FUNCTION

#define CURRENT_CLASS_FUNCTION

◆ CURRENT_CLASS_WITH_LINE

#define CURRENT_CLASS_WITH_LINE

◆ CURRENT_FUNCTION

#define CURRENT_FUNCTION

◆ CURRENT_FUNCTION_SIGNATURE

#define CURRENT_FUNCTION_SIGNATURE

◆ CURRENT_LINE_NUMBER

#define CURRENT_LINE_NUMBER

◆ DEFINE_OS_LOG

#define DEFINE_OS_LOG ( LogCategory)

◆ OS_CLOG

#define OS_CLOG ( LogCategory,
Cond,
Param1 )

◆ OS_CLOG_ERROR

#define OS_CLOG_ERROR ( LogCategory,
Cond,
Param1 )

◆ OS_CLOG_FATAL

#define OS_CLOG_FATAL ( LogCategory,
Cond,
Param1 )

◆ OS_CLOG_Impl

#define OS_CLOG_Impl ( Cond,
LogCategory,
Verbosity,
Param1 )

◆ OS_CLOG_VERBOSE

#define OS_CLOG_VERBOSE ( LogCategory,
Cond,
Param1 )

◆ OS_CLOG_VERY_VERBOSE

#define OS_CLOG_VERY_VERBOSE ( LogCategory,
Cond,
Param1 )

◆ OS_CLOG_WARN

#define OS_CLOG_WARN ( LogCategory,
Cond,
Param1 )

◆ OS_LOG

#define OS_LOG ( LogCategory,
Param1 )

◆ OS_LOG_ERROR

#define OS_LOG_ERROR ( LogCategory,
Param1 )

◆ OS_LOG_FATAL

#define OS_LOG_FATAL ( LogCategory,
Param1 )

◆ OS_LOG_Impl

#define OS_LOG_Impl ( LogCategory,
Verbosity,
Param1 )

◆ OS_LOG_VERBOSE

#define OS_LOG_VERBOSE ( LogCategory,
Param1 )

◆ OS_LOG_VERY_VERBOSE

#define OS_LOG_VERY_VERBOSE ( LogCategory,
Param1 )

◆ OS_LOG_WARN

#define OS_LOG_WARN ( LogCategory,
Param1 )