C# Class BeerDrinkin.iOS.Helpers.Logger

Inheritance: ILogService
Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin

Méthodes publiques

Méthode Description
Identify ( string userId ) : void
Logger ( ) : System
Report ( Exception exception ) : void
Report ( Exception exception, IList tags ) : void
Report ( Exception exception, string viewController, string method ) : void
Report ( Exception exception, string viewController, string method, string comment = "" ) : void
Track ( string eventName, System.TimeSpan time ) : void

Method Details

Identify() public méthode

public Identify ( string userId ) : void
userId string
Résultat void

Logger() public méthode

public Logger ( ) : System
Résultat System

Report() public méthode

public Report ( Exception exception ) : void
exception System.Exception
Résultat void

Report() public méthode

public Report ( Exception exception, IList tags ) : void
exception System.Exception
tags IList
Résultat void

Report() public méthode

public Report ( Exception exception, string viewController, string method ) : void
exception System.Exception
viewController string
method string
Résultat void

Report() public méthode

public Report ( Exception exception, string viewController, string method, string comment = "" ) : void
exception System.Exception
viewController string
method string
comment string
Résultat void

Track() public méthode

public Track ( string eventName, System.TimeSpan time ) : void
eventName string
time System.TimeSpan
Résultat void