Anotar.NServiceBus.LogTo.Warn C# (CSharp) Method

Warn() public static method

Writes the diagnostic message at the Warn level.
public static Warn ( ) : void
return void
        public static void Warn()
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::Warn ( Func message ) : void
LogTo::Warn ( string message ) : void