Anotar.Serilog.LogTo.Warning C# (CSharp) Method

Warning() public static method

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

Same methods

LogTo::Warning ( Exception exception, string messageTemplate ) : void
LogTo::Warning ( string messageTemplate ) : void