Go to the source code of this file.
|
#define | Error(pmt, ...) UE_LOG(LogPPlatformSubsystem, Error, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Fatal(pmt, ...) UE_LOG(LogPPlatformSubsystem, Fatal, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Log(pmt, ...) UE_LOG(LogPPlatformSubsystem, Log, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Warn(pmt, ...) UE_LOG(LogPPlatformSubsystem, Warning, TEXT(pmt), ##__VA_ARGS__) |
|
◆ Error
#define Error |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPPlatformSubsystem, Error, TEXT(pmt), ##__VA_ARGS__) |
◆ Fatal
#define Fatal |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPPlatformSubsystem, Fatal, TEXT(pmt), ##__VA_ARGS__) |
◆ Log
#define Log |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPPlatformSubsystem, Log, TEXT(pmt), ##__VA_ARGS__) |
◆ Warn
#define Warn |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPPlatformSubsystem, Warning, TEXT(pmt), ##__VA_ARGS__) |
◆ DEFINE_LOG_CATEGORY_STATIC()
DEFINE_LOG_CATEGORY_STATIC |
( |
LogPPlatformSubsystem | , |
|
|
Log | , |
|
|
All | ) |