Class SoMetricsPluginAttribute
Plugin for reporting metrics to a suitable back-end. Useful for graphing and accumulating.
Namespace: SuperOffice.Diagnostics.Logging
Assembly: SoCore.dll
Syntax
public class SoMetricsPluginAttribute : PrioritizedPluginAttribute
Constructors
SoMetricsPluginAttribute(String, Int32)
Plugin for reporting metrics to a suitable back-end. Useful for graphing and accumulating.
Declaration
public SoMetricsPluginAttribute(string name, int priority)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Int32 | priority |
Extension Methods
EnumUtil.MapEnums<From, To>(From)