Boxer.Logger.Error C# (CSharp) Method

Error() public method

public Error ( string text ) : void
text string
return void
        public void Error(string text)
        {
            Console.WriteLine($"Error: {text}");
        }