C# 클래스 MyDriving.Shared.PlatformLogger

Platform specific logging, mostly for debug write lines or HockeyApp
상속: Logger
파일 보기 프로젝트 열기: Azure-Samples/MyDriving

공개 메소드들

메소드 설명
Identify ( string uid, string>.IDictionary table = null ) : void
Identify ( string uid, string key, string value ) : void
PurgePendingCrashReports ( ) : System.Threading.Tasks.Task
Report ( Exception exception ) : void
Save ( ) : System.Threading.Tasks.Task
Track ( string trackIdentifier, string>.IDictionary table = null ) : void
Track ( string trackIdentifier, string key, string value ) : void
TrackTime ( string identifier, string>.IDictionary table = null ) : ITrackHandle
TrackTime ( string identifier, string key, string value ) : ITrackHandle

메소드 상세

Identify() 공개 메소드

public Identify ( string uid, string>.IDictionary table = null ) : void
uid string
table string>.IDictionary
리턴 void

Identify() 공개 메소드

public Identify ( string uid, string key, string value ) : void
uid string
key string
value string
리턴 void

PurgePendingCrashReports() 공개 메소드

public PurgePendingCrashReports ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Report() 공개 메소드

public Report ( Exception exception ) : void
exception System.Exception
리턴 void

Save() 공개 메소드

public Save ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Track() 공개 메소드

public Track ( string trackIdentifier, string>.IDictionary table = null ) : void
trackIdentifier string
table string>.IDictionary
리턴 void

Track() 공개 메소드

public Track ( string trackIdentifier, string key, string value ) : void
trackIdentifier string
key string
value string
리턴 void

TrackTime() 공개 메소드

public TrackTime ( string identifier, string>.IDictionary table = null ) : ITrackHandle
identifier string
table string>.IDictionary
리턴 ITrackHandle

TrackTime() 공개 메소드

public TrackTime ( string identifier, string key, string value ) : ITrackHandle
identifier string
key string
value string
리턴 ITrackHandle