Class TelemetryLogLevelExtension
Inheritance
System.Object
TelemetryLogLevelExtension
Assembly: Cloud-ShareSync.Core.Logging.dll
Syntax
static class TelemetryLogLevelExtension : object
Fields
|
Improve this Doc
View Source
TelemetryLevel
Declaration
public static readonly Level TelemetryLevel
Field Value
Methods
|
Improve this Doc
View Source
Telemetry(ILog, String)
Declaration
public static void Telemetry(this ILog log, string message)
Parameters
| Type |
Name |
Description |
| ILog |
log |
|
| System.String |
message |
|
|
Improve this Doc
View Source
Telemetry(ILog, String, Exception)
Declaration
public static void Telemetry(this ILog log, string message, Exception exception)
Parameters
| Type |
Name |
Description |
| ILog |
log |
|
| System.String |
message |
|
| Exception |
exception |
|