C# 클래스 GA_Debug, TheUnseen

파일 보기 프로젝트 열기: henryj41043/TheUnseen

공개 프로퍼티들

프로퍼티 타입 설명
MaxErrorCount int
Messages List
SubmitErrorStackTrace bool
SubmitErrorSystemInfo bool
SubmitErrors bool

공개 메소드들

메소드 설명
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

메소드 상세

HandleLog() 공개 메소드

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) ///
리턴 void

SubmitError() 공개 메소드

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

프로퍼티 상세

MaxErrorCount 공개적으로 프로퍼티

public int MaxErrorCount
리턴 int

Messages 공개적으로 프로퍼티

public List Messages
리턴 List

SubmitErrorStackTrace 공개적으로 프로퍼티

public bool SubmitErrorStackTrace
리턴 bool

SubmitErrorSystemInfo 공개적으로 프로퍼티

public bool SubmitErrorSystemInfo
리턴 bool

SubmitErrors 공개적으로 프로퍼티

public bool SubmitErrors
리턴 bool