[This is preliminary documentation and is subject to change.]
Specifies the way archive numbering is performed.
Namespace:
NLog.TargetsAssembly: NLog (in NLog.dll) Version: 2.0.0.0
Syntax
| C# |
|---|
public enum ArchiveNumberingMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration ArchiveNumberingMode |
| Visual C++ |
|---|
public enum class ArchiveNumberingMode |
Members
| Member name | Description | |
|---|---|---|
| Sequence |
Sequence style numbering. The most recent archive has the highest number.
| |
| Rolling |
Rolling style numbering (the most recent is always #0 then #1, ..., #N.
|
