WebHostMetricsLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class WebHostMetricsLogger : IDisposable, Microsoft.Azure.WebJobs.Script.Diagnostics.IMetricsLogger
type WebHostMetricsLogger = class
interface IMetricsLogger
interface IDisposable
Public Class WebHostMetricsLogger
Implements IDisposable, IMetricsLogger
- Inheritance
-
WebHostMetricsLogger
- Implements
Constructors
WebHostMetricsLogger() | |
WebHostMetricsLogger(MetricsEventManager) | |
WebHostMetricsLogger(ScriptSettingsManager, IEventGenerator, Int32) |
Methods
BeginEvent(MetricEvent) | |
BeginEvent(String, String) | |
Dispose() | |
Dispose(Boolean) | |
EndEvent(MetricEvent) | |
EndEvent(Object) | |
LogEvent(MetricEvent) | |
LogEvent(String, String) |
Extension Methods
LatencyEvent(IMetricsLogger, String) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET