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