Aspects.Logging.Loggers.NullLogger.Warn C# (CSharp) Method

Warn() public method

Logs the message with warn level.
public Warn ( string message ) : void
message string The message.
return void
        public void Warn(string message)
        {
        }