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

Category of a log event.

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

Syntax

   
 C# 
public enum LogType

Members

MemberValueDescription
SystemActivity0
System activity (loading/saving of data, shutdown and startup events, etc).
Warning1
Warnings (missing files, config discrepancies, minor recoverable errors, etc).
Error2
Recoverable errors (loading/saving problems, connection problems, etc).
SeriousError3
Critical non-recoverable errors and crashes.
UserActivity4
Routine user activity (command results, kicks, bans, etc).
UserCommand5
Raw commands entered by the player.
SuspiciousActivity6
Permission and hack related activity (name verification failures, banned players logging in, detected hacks, etc).
GlobalChat7
Normal (white) chat written by the players.
PrivateChat8
Private messages exchanged by players.
RankChat9
Rank chat messages.
ConsoleInput10
Messages and commands entered from console.
ConsoleOutput11
Messages printed to the console (typically as the result of commands called from console).
IRC12
Messages related to IRC activity. Does not include all messages relayed to/from IRC channels.
Debug13
Information useful for debugging (error details, routine events, system information).
Trace14
Special-purpose messages related to event tracing (never logged).

See Also