Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
SerilogTelemetryConsumer ( ) : System | ||
TrackDependency ( string dependencyName, string commandName, DateTimeOffset startTime, System.TimeSpan duration, bool success ) : void | ||
TrackEvent ( string eventName, string>.IDictionary |
||
TrackException ( |
||
TrackRequest ( string name, DateTimeOffset startTime, System.TimeSpan duration, string responseCode, bool success ) : void | ||
TrackTrace ( string message ) : void | ||
TrackTrace ( string message, string>.IDictionary |
||
TrackTrace ( string message, Severity severity ) : void | ||
TrackTrace ( string message, Severity severity, string>.IDictionary |
public TrackDependency ( string dependencyName, string commandName, DateTimeOffset startTime, System.TimeSpan duration, bool success ) : void | ||
dependencyName | string | |
commandName | string | |
startTime | DateTimeOffset | |
duration | System.TimeSpan | |
success | bool | |
return | void |
public TrackEvent ( string eventName, string>.IDictionary |
||
eventName | string | |
properties | string>.IDictionary | |
metrics | double>.IDictionary | |
return | void |
public TrackException ( |
||
exception | ||
properties | string>.IDictionary | |
metrics | double>.IDictionary | |
return | void |
public TrackRequest ( string name, DateTimeOffset startTime, System.TimeSpan duration, string responseCode, bool success ) : void | ||
name | string | |
startTime | DateTimeOffset | |
duration | System.TimeSpan | |
responseCode | string | |
success | bool | |
return | void |
public TrackTrace ( string message, string>.IDictionary |
||
message | string | |
properties | string>.IDictionary | |
return | void |
public TrackTrace ( string message, Severity severity ) : void | ||
message | string | |
severity | Severity | |
return | void |
public TrackTrace ( string message, Severity severity, string>.IDictionary |
||
message | string | |
severity | Severity | |
properties | string>.IDictionary | |
return | void |