Chinchilla.Logging.ConsoleLogger.Error C# (CSharp) Method

Error() public method

public Error ( Exception exception, string message ) : void
exception System.Exception
message string
return void
        public void Error(Exception exception, string message)
        {
            Console.WriteLine(message);
            Error(exception);
        }

Same methods

ConsoleLogger::Error ( Exception exception ) : void