C# Class trello.Analytics

Exibir arquivo Open project: Bunk/trellow Class Usage Examples

Public Methods

Method Description
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

Method Details

CloseSession() public static method

public static CloseSession ( ) : void
return void

CreateAndStartAnalyticsSession() public static method

public static CreateAndStartAnalyticsSession ( ) : void
return void

LogException() public static method

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

LogWarning() public static method

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

TagEvent() public static method

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