C# 클래스 trello.Analytics

파일 보기 프로젝트 열기: Bunk/trellow 1 사용 예제들

공개 메소드들

메소드 설명
CloseSession ( ) : void
CreateAndStartAnalyticsSession ( ) : void
LogException ( Exception ex, string>.Dictionary attributes = null ) : void
LogWarning ( Exception ex, string>.Dictionary attributes = null ) : void
TagEvent ( string tag, string>.Dictionary attributes = null ) : void

메소드 상세

CloseSession() 공개 정적인 메소드

public static CloseSession ( ) : void
리턴 void

CreateAndStartAnalyticsSession() 공개 정적인 메소드

public static CreateAndStartAnalyticsSession ( ) : void
리턴 void

LogException() 공개 정적인 메소드

public static LogException ( Exception ex, string>.Dictionary attributes = null ) : void
ex System.Exception
attributes string>.Dictionary
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( Exception ex, string>.Dictionary attributes = null ) : void
ex System.Exception
attributes string>.Dictionary
리턴 void

TagEvent() 공개 정적인 메소드

public static TagEvent ( string tag, string>.Dictionary attributes = null ) : void
tag string
attributes string>.Dictionary
리턴 void