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

Warn() public méthode

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

Same methods

NullLogger::Warn ( string message ) : void