C# Класс BeerDrinkin.iOS.Helpers.Logger

Наследование: ILogService
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Identify() публичный Метод

public Identify ( string userId ) : void
userId string
Результат void

Logger() публичный Метод

public Logger ( ) : System
Результат System

Report() публичный Метод

public Report ( Exception exception ) : void
exception System.Exception
Результат void

Report() публичный Метод

public Report ( Exception exception, IList tags ) : void
exception System.Exception
tags IList
Результат void

Report() публичный Метод

public Report ( Exception exception, string viewController, string method ) : void
exception System.Exception
viewController string
method string
Результат void

Report() публичный Метод

public Report ( Exception exception, string viewController, string method, string comment = "" ) : void
exception System.Exception
viewController string
method string
comment string
Результат void

Track() публичный Метод

public Track ( string eventName, System.TimeSpan time ) : void
eventName string
time System.TimeSpan
Результат void