Enum FileLogHistoryPolicies
- Namespace
- StockSharp.Logging
- Assembly
- StockSharp.Logging.dll
Policies of action for out of date logs.
public enum FileLogHistoryPolicies
- Extension Methods
Fields
Compression = 2Compression after HistoryAfter.
Delete = 1Delete after HistoryAfter.
Move = 3Move to HistoryMove after HistoryAfter.
None = 0Do nothing.