Class LoggingExtensions
Static wrapper for extension methods related to logging. You should
never have to refer directly to this class.
Inheritance
LoggingExtensions
Assembly: MetricSetTransformers.dll
public static class LoggingExtensions
Methods
View Source
Simple telemetry initializer which ensures that logs contain lots of useful
diagnostic information.
Declaration
public static void AddTelemetryInitializer(this TelemetryConfiguration configure, Guid sessionId)
Parameters
View Source
Declaration
public static ILogger Logger<T>(this IServiceCollection services)
Parameters
Returns
Type Parameters