namespace DFEngine.Logging { public enum LogType { CommandLog, DatabaseLog, EngineLog, GameLog, SocketLog } }