C# Class MyDriving.Utils.Logger

Inheritance: ILogger
Mostra file Open project: Azure-Samples/MyDriving

Public Methods

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

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

Identify() public method

public Identify ( string uid, string key, string value ) : void
uid string
key string
value string
return void

PurgePendingCrashReports() public method

public PurgePendingCrashReports ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Report() public method

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

Save() public method

public Save ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Track() public method

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

Track() public method

public Track ( string trackIdentifier, string key, string value ) : void
trackIdentifier string
key string
value string
return void

TrackTime() public method

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

TrackTime() public method

public TrackTime ( string identifier, string key, string value ) : ITrackHandle
identifier string
key string
value string
return ITrackHandle