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