C# Class NLog.Unity.NLogConfig

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

Public Properties

Property Type Description
catchUnityLogs bool
logLevel NLog.LogLevel

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

onLog() public method

public onLog ( string condition, string stackTrace, LogType type ) : void
condition string
stackTrace string
type LogType
return void

Property Details

catchUnityLogs public property

public bool catchUnityLogs
return bool

logLevel public property

public LogLevel,NLog logLevel
return NLog.LogLevel