C# Class GA_Debug, TheUnseen

Exibir arquivo Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
MaxErrorCount int
Messages List
SubmitErrorStackTrace bool
SubmitErrorSystemInfo bool
SubmitErrors bool

Public Methods

Method Description
HandleLog ( string logString, string stackTrace, LogType type ) : void

If SubmitErrors is enabled on the GA object this makes sure that any exceptions or errors are submitted to the GA server

SubmitError ( string eventName, string message, LogType type ) : void

Method Details

HandleLog() public method

If SubmitErrors is enabled on the GA object this makes sure that any exceptions or errors are submitted to the GA server
public HandleLog ( string logString, string stackTrace, LogType type ) : void
logString string /// The message ///
stackTrace string /// The exception stack trace ///
type LogType /// The type of the log message (we only submit errors and exceptions to the GA server) ///
return void

SubmitError() public method

public SubmitError ( string eventName, string message, LogType type ) : void
eventName string
message string
type LogType
return void

Property Details

MaxErrorCount public_oe property

public int MaxErrorCount
return int

Messages public_oe property

public List Messages
return List

SubmitErrorStackTrace public_oe property

public bool SubmitErrorStackTrace
return bool

SubmitErrorSystemInfo public_oe property

public bool SubmitErrorSystemInfo
return bool

SubmitErrors public_oe property

public bool SubmitErrors
return bool