fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
Logger.cs File Reference

Classes

class  fCraft.Logger
 Central logging class. Logs to file, relays messages to the frontend, submits crash reports. More...
 
class  fCraft.Events.LogEventArgs
 Provides data for Logger.Logged event. Immutable. More...
 
class  fCraft.Events.CrashedEventArgs
 Provides for Logger.Crashed event. Crash reporting can be canceled. More...
 

Namespaces

package  fCraft
 
package  fCraft.Events
 

Enumerations

enum  fCraft.LogType {
  fCraft.SystemActivity, fCraft.Warning, fCraft.Error, fCraft.SeriousError,
  fCraft.UserActivity, fCraft.UserCommand, fCraft.SuspiciousActivity, fCraft.GlobalChat,
  fCraft.PrivateChat, fCraft.RankChat, fCraft.ConsoleInput, fCraft.ConsoleOutput,
  fCraft.IRCStatus, fCraft.IRCChat, fCraft.Debug, fCraft.Trace
}
 Category of a log event. More...
 
enum  fCraft.LogSplittingType { fCraft.OneFile, fCraft.SplitBySession, fCraft.SplitByDay }
 Log splitting type. More...