namespace DFEngine.Logging { public enum DatabaseLogLevel { DatabaseClientError, Error, Warning, Startup, Debug, } }