CM3D2.MaidFiddler.Plugin.Utils.LogLevel.LogLevel C# (CSharp) Method

LogLevel() public method

public LogLevel ( string tag, ConsoleColor col ) : System
tag string
col ConsoleColor
return System
        public LogLevel(string tag, ConsoleColor col)
        {
            Tag = tag;
            Color = col;
        }
LogLevel