A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
INYLogger.h File Reference
#include "CoreMinimal.h"
#include "Logging/TokenizedMessage.h"
#include "Logging/LogCategory.h"
Include dependency graph for INYLogger.h:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ ENYLoggerLogLevel

enum class ENYLoggerLogLevel : uint8
strong

UENUM()

Enumerator
NoLogging 
Error 
Warning 
Info 
Debug 
Trace 

Definition at line 46 of file INYLogger.h.