A Demo Project for the UnrealEngineSDK
|
#include "CoreMinimal.h"
#include "Logging/TokenizedMessage.h"
#include "Logging/LogCategory.h"
Go to the source code of this file.
Classes | |
struct | FNYMessageLogInitializationOptions |
class | INYLogger |
Enumerations | |
enum class | ENYLoggerLogLevel : uint8 { NoLogging = 0 , Error , Warning , Info , Debug , Trace } |
UENUM() More... | |
|
strong |
UENUM()
Enumerator | |
---|---|
NoLogging | |
Error | |
Warning | |
Info | |
Debug | |
Trace |
Definition at line 46 of file INYLogger.h.