Amazon.Runtime.Internal.Util.InternalLogger.InfoFormat C# (CSharp) 메소드

InfoFormat() 공개 추상적인 메소드

Simple wrapper around the log4net InfoFormat method.
public abstract InfoFormat ( string message ) : void
message string
리턴 void
        public abstract void InfoFormat(string message, params object[] arguments);