Anotar.Custom.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, Func message ) : void
LogTo::Warning ( Exception exception, string format ) : void
LogTo::Warning ( Func message ) : void
LogTo::Warning ( string message ) : void