Table of Contents

Interface IHealthNotifier

Namespace
Lykke.Common.Log
Assembly
Lykke.Common.dll

Abstraction for app health notifier

public interface IHealthNotifier : IDisposable
Inherited Members
Extension Methods

Methods

Notify(string, object)

Notifies about app health changes

void Notify(string healthMessage, object context = null)

Parameters

healthMessage string

Message that describes app health change

context object

Health change context, if any