Anotar.Serilog.LogTo.Warning C# (CSharp) Метод

Warning() публичный статический Метод

Writes the diagnostic message at the Warn level.
public static Warning ( ) : void
Результат void
        public static void Warning()
        {
            throw new NotImplementedException();
        }

Same methods

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