[This is preliminary documentation and is subject to change.]
Category of a log event.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
public enum LogType
Members
| Member | Value | Description |
|---|---|---|
| SystemActivity | 0 | System activity (loading/saving of data, shutdown and startup events, etc). |
| Warning | 1 | Warnings (missing files, config discrepancies, minor recoverable errors, etc). |
| Error | 2 | Recoverable errors (loading/saving problems, connection problems, etc). |
| SeriousError | 3 | Critical non-recoverable errors and crashes. |
| UserActivity | 4 | Routine user activity (command results, kicks, bans, etc). |
| UserCommand | 5 | Raw commands entered by the player. |
| SuspiciousActivity | 6 | Permission and hack related activity (name verification failures, banned players logging in, detected hacks, etc). |
| GlobalChat | 7 | Normal (white) chat written by the players. |
| PrivateChat | 8 | Private messages exchanged by players. |
| RankChat | 9 | Rank chat messages. |
| ConsoleInput | 10 | Messages and commands entered from console. |
| ConsoleOutput | 11 | Messages printed to the console (typically as the result of commands called from console). |
| IRC | 12 | Messages related to IRC activity.
Does not include all messages relayed to/from IRC channels. |
| Debug | 13 | Information useful for debugging (error details, routine events, system information). |
| Trace | 14 | Special-purpose messages related to event tracing (never logged). |