Indicates how to archive the log file.
Namespace:
Phoenix.UtilitiesAssembly: Phoenix.Utilities (in Phoenix.Utilities.dll) Version: 2.9.3209.25656 (2.9.0.0)
Syntax
| C# |
|---|
public enum LogArchiveType |
Members
| Member name | Description | |
|---|---|---|
| None | Do not automatically archive the log file. | |
| BySize | Automatically archive the log file when it reachs a certain size. | |
| Daily | Automatically archive the log file every day. | |
| Monthly | Automatically archive the log file every month. |
