C# Class GA_Debug, TheUnseen

Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Свойство Type Description
MaxErrorCount int
Messages List
SubmitErrorStackTrace bool
SubmitErrorSystemInfo bool
SubmitErrors bool

Méthodes publiques

Méthode 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 méthode

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) ///
Résultat void

SubmitError() public méthode

public SubmitError ( string eventName, string message, LogType type ) : void
eventName string
message string
type LogType
Résultat void

Property Details

MaxErrorCount public_oe property

public int MaxErrorCount
Résultat int

Messages public_oe property

public List Messages
Résultat List

SubmitErrorStackTrace public_oe property

public bool SubmitErrorStackTrace
Résultat bool

SubmitErrorSystemInfo public_oe property

public bool SubmitErrorSystemInfo
Résultat bool

SubmitErrors public_oe property

public bool SubmitErrors
Résultat bool