Show / Hide Table of Contents

Interface ILogListener

The class interface that monitors the event Log and saves to some storage.

Namespace: StockSharp.Logging
Assembly: StockSharp.Logging.dll
Syntax
public interface ILogListener : IPersistable, IDisposable

Methods

WriteMessages(IEnumerable<LogMessage>)

To record messages.

Declaration
void WriteMessages(IEnumerable<LogMessage> messages)
Parameters
Type Name Description
IEnumerable<LogMessage> messages

Debug messages.

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾