Table of Contents

Class GlobalLogReceiver

Namespace
StockSharp.Logging
Assembly
StockSharp.Logging.dll

Global logs receiver.

public class GlobalLogReceiver : ILogReceiver, ILogSource, IDisposable
Inheritance
GlobalLogReceiver
Implements
Inherited Members
Extension Methods

Properties

Instance

Instance.

public static GlobalLogReceiver Instance { get; }

Property Value

GlobalLogReceiver

Events

ParentRemoved

Parent removed.

public event Action<ILogSource> ParentRemoved

Event Type

Action<ILogSource>