AOPify.Logging.NullLogger.Warn C# (CSharp) Method

Warn() public method

public Warn ( string message ) : void
message string
return void
        public void Warn(string message)
        {
        }

Same methods

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