C# 클래스 BeerDrinkin.iOS.Helpers.Logger

상속: ILogService
파일 보기 프로젝트 열기: MikeCodesDotNet/Beer-Drinkin

공개 메소드들

메소드 설명
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