namespace Rac.Models
{
    public enum LogLevel
    {
        Debug,
        Trace,
        Info,
        Warning,
        Error,
        Fatal,
    }
}