C# Class MyDriving.Utils.Logger

Inheritance: ILogger
Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Méthode Description
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

Method Details

Identify() public méthode

public Identify ( string uid, string>.IDictionary table = null ) : void
uid string
table string>.IDictionary
Résultat void

Identify() public méthode

public Identify ( string uid, string key, string value ) : void
uid string
key string
value string
Résultat void

PurgePendingCrashReports() public méthode

public PurgePendingCrashReports ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Report() public méthode

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

Save() public méthode

public Save ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Track() public méthode

public Track ( string trackIdentifier, string>.IDictionary table = null ) : void
trackIdentifier string
table string>.IDictionary
Résultat void

Track() public méthode

public Track ( string trackIdentifier, string key, string value ) : void
trackIdentifier string
key string
value string
Résultat void

TrackTime() public méthode

public TrackTime ( string identifier, string>.IDictionary table = null ) : ITrackHandle
identifier string
table string>.IDictionary
Résultat ITrackHandle

TrackTime() public méthode

public TrackTime ( string identifier, string key, string value ) : ITrackHandle
identifier string
key string
value string
Résultat ITrackHandle