AOPify.Logging.NullLogger.Error C# (CSharp) Méthode

Error() public méthode

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void
        public void Error(string message, Exception exception)
        {
        }

Same methods

NullLogger::Error ( string message ) : void