Class TraceSource
- Namespace
- StockSharp.Logging
- Assembly
- StockSharp.Logging.dll
The logs source which receives information from Trace.
public class TraceSource : BaseLogSource, ILogSource, IDisposable, IPersistable
- Inheritance
-
TraceSource
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
TraceSource()
Initializes a new instance of the TraceSource.
public TraceSource()
Properties
Name
The source name.
public override string Name { get; }
Property Value
Methods
DisposeManaged()
Release resources.
protected override void DisposeManaged()