C# Class BeerDrinkin.iOS.Helpers.Logger

Inheritance: ILogService
Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

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

public Identify ( string userId ) : void
userId string
return void

Logger() public method

public Logger ( ) : System
return System

Report() public method

public Report ( Exception exception ) : void
exception System.Exception
return void

Report() public method

public Report ( Exception exception, IList tags ) : void
exception System.Exception
tags IList
return void

Report() public method

public Report ( Exception exception, string viewController, string method ) : void
exception System.Exception
viewController string
method string
return void

Report() public method

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

Track() public method

public Track ( string eventName, System.TimeSpan time ) : void
eventName string
time System.TimeSpan
return void