using System;
using System.Collections.Generic;
using System.Text;

namespace Apewer.Internals
{

    internal enum LogType
    {

        Debug, Text, Infomation, Warning, Error, Exception, Custom

    }

}