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

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void
        public void Warn(string message)
        {
        }

Same methods

NullLogger::Warn ( string message, Exception exception ) : void