Chinchilla.Logging.NullLogger.ErrorFormat C# (CSharp) Méthode

ErrorFormat() public méthode

public ErrorFormat ( Exception exception, string format ) : void
exception System.Exception
format string
Résultat void
        public void ErrorFormat(Exception exception, string format, params object[] args)
        {
        }
    }