Indicates how to archive the log file.

Namespace:  Phoenix.Utilities
Assembly:  Phoenix.Utilities (in Phoenix.Utilities.dll) Version: 2.9.3209.25656 (2.9.0.0)

Syntax

C#
public enum LogArchiveType

Members

Member nameDescription
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.

See Also