Chinchilla.Logging.ConsoleLogger.Error C# (CSharp) Méthode

Error() public méthode

public Error ( Exception exception ) : void
exception System.Exception
Résultat void
        public void Error(Exception exception)
        {
            Console.WriteLine(exception.Message);
            Console.WriteLine(exception.StackTrace);
        }

Same methods

ConsoleLogger::Error ( Exception exception, string message ) : void