#include "CoreMinimal.h"
#include "Modules/ModuleManager.h"
Go to the source code of this file.
|
| #define | LOG(x, Category, ...) UE_LOG(Category, Log, TEXT(x), __VA_ARGS__) |
| |
| #define | LOG_WARNING(x, Category, ...) UE_LOG(Category, Warning, TEXT(x), __VA_ARGS__) |
| |
| #define | LOG_ERROR(x, Category, ...) UE_LOG(Category, Error, TEXT(x), __VA_ARGS__) |
| |
◆ LOG
| #define LOG |
( |
| x, |
|
|
| Category, |
|
|
| ... ) UE_LOG(Category, Log, TEXT(x), __VA_ARGS__) |
◆ LOG_ERROR
| #define LOG_ERROR |
( |
| x, |
|
|
| Category, |
|
|
| ... ) UE_LOG(Category, Error, TEXT(x), __VA_ARGS__) |
◆ LOG_WARNING
| #define LOG_WARNING |
( |
| x, |
|
|
| Category, |
|
|
| ... ) UE_LOG(Category, Warning, TEXT(x), __VA_ARGS__) |