Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
PixoLauncherSubsystem.cpp File Reference
#include "PixoLauncherSubsystem.h"
#include "GenericPlatform/GenericPlatformMisc.h"
Include dependency graph for PixoLauncherSubsystem.cpp:

Go to the source code of this file.

Macros

#define Error(pmt, ...)   UE_LOG(LogPixoLauncherSubsystem, Error, TEXT(pmt), ##__VA_ARGS__)
 
#define Fatal(pmt, ...)   UE_LOG(LogPixoLauncherSubsystem, Fatal, TEXT(pmt), ##__VA_ARGS__)
 
#define Log(pmt, ...)   UE_LOG(LogPixoLauncherSubsystem, Log, TEXT(pmt), ##__VA_ARGS__)
 
#define Warn(pmt, ...)   UE_LOG(LogPixoLauncherSubsystem, Warning, TEXT(pmt), ##__VA_ARGS__)
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogPixoLauncherSubsystem, Log, All)
 

Macro Definition Documentation

◆ Error

#define Error ( pmt,
... )   UE_LOG(LogPixoLauncherSubsystem, Error, TEXT(pmt), ##__VA_ARGS__)

Definition at line 11 of file PixoLauncherSubsystem.cpp.

◆ Fatal

#define Fatal ( pmt,
... )   UE_LOG(LogPixoLauncherSubsystem, Fatal, TEXT(pmt), ##__VA_ARGS__)

Definition at line 12 of file PixoLauncherSubsystem.cpp.

◆ Log

#define Log ( pmt,
... )   UE_LOG(LogPixoLauncherSubsystem, Log, TEXT(pmt), ##__VA_ARGS__)

Definition at line 9 of file PixoLauncherSubsystem.cpp.

◆ Warn

#define Warn ( pmt,
... )   UE_LOG(LogPixoLauncherSubsystem, Warning, TEXT(pmt), ##__VA_ARGS__)

Definition at line 10 of file PixoLauncherSubsystem.cpp.

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogPixoLauncherSubsystem ,
Log ,
All  )