Click or drag to resize
HealthMonitoringLogHelper Class
Class that provides methods for logging to the counters from application or windows service.
Inheritance Hierarchy
SystemObject
  CMS.HealthMonitoringHealthMonitoringLogHelper

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 11.0.0
Syntax
C#
public class HealthMonitoringLogHelper

The HealthMonitoringLogHelper type exposes the following members.

Constructors
  NameDescription
Public methodHealthMonitoringLogHelper
Top
Methods
  NameDescription
Public methodStatic memberClearApplicationCounters
Clears application counters except the counters keeping permanent incremental values (cache related, ...)
Public methodStatic memberLogApplicationCounters
Reads needed data from application and writes it to the counters.
Public methodStatic memberLogServiceCounters
Logs data that are needed to get from the database.
Public methodStatic memberRegisterCounter(String, IPerformanceCounter)
Registers the given counter update method
Public methodStatic memberRegisterCounter(String, ActionCounter)
Registers the given counter update method
Top
Events
  NameDescription
Public eventStatic memberOnLogCustomCounter
Event for custom counter.
Top
See Also