[This is preliminary documentation and is subject to change.]

Log splitting type.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public enum LogSplittingType

Members

MemberValueDescription
OneFile0
All logs are written to one file.
SplitBySession1
A new timestamped logfile is made every time the server is started.
SplitByDay2
A new timestamped logfile is created every 24 hours.

See Also