C# Class NLog.Unity.NLogConfig

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: sschmid/NLog

Méthodes publiques

Свойство Type Description
catchUnityLogs bool
logLevel NLog.LogLevel

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
onLog ( string condition, string stackTrace, LogType type ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

onLog() public méthode

public onLog ( string condition, string stackTrace, LogType type ) : void
condition string
stackTrace string
type LogType
Résultat void

Property Details

catchUnityLogs public_oe property

public bool catchUnityLogs
Résultat bool

logLevel public_oe property

public LogLevel,NLog logLevel
Résultat NLog.LogLevel