C# Class NLog.Unity.FileAppender

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

Méthodes publiques

Свойство Type Description
filePath string

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
write ( Logger logger, NLog.LogLevel logLevel, string message ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

write() public méthode

public write ( Logger logger, NLog.LogLevel logLevel, string message ) : void
logger Logger
logLevel NLog.LogLevel
message string
Résultat void

Property Details

filePath public_oe property

public string filePath
Résultat string