C# Class NLog.Unity.FileAppender

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: sschmid/NLog

Public Properties

Property Type Description
filePath string

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

write() public method

public write ( Logger logger, NLog.LogLevel logLevel, string message ) : void
logger Logger
logLevel NLog.LogLevel
message string
return void

Property Details

filePath public property

public string filePath
return string