[This is preliminary documentation and is subject to change.]
Log splitting type.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
public enum LogSplittingType
Members
| Member | Value | Description |
|---|---|---|
| OneFile | 0 | All logs are written to one file. |
| SplitBySession | 1 | A new timestamped logfile is made every time the server is started. |
| SplitByDay | 2 | A new timestamped logfile is created every 24 hours. |