C# Class trello.Analytics

Afficher le fichier Open project: Bunk/trellow Class Usage Examples

Méthodes publiques

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

public static CloseSession ( ) : void
Résultat void

CreateAndStartAnalyticsSession() public static méthode

public static CreateAndStartAnalyticsSession ( ) : void
Résultat void

LogException() public static méthode

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

LogWarning() public static méthode

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

TagEvent() public static méthode

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