C# Class NLog.Unity.SOSMaxSocketAppender

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: sschmid/NLog Class Usage Examples

Public Properties

Property Type Description
cacheLogsWhenNotConnected bool
sendToIpAddress string

Public Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
send ( 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

send() public method

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

Property Details

cacheLogsWhenNotConnected public_oe property

public bool cacheLogsWhenNotConnected
return bool

sendToIpAddress public_oe property

public string sendToIpAddress
return string