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);