Logging memory-full behavior
| C# | Visual Basic | Visual C++ |
public enum StorageRule
Public Enumeration StorageRule
public enum class StorageRule
| Member | Description |
|---|---|
| NORMAL |
Stop logging when memory fills
|
| ROLLING |
Roll around (circular buffer) when memory fills
|