Amazon.Runtime.Internal.Util.InternalFileLogger.InfoFormat C# (CSharp) Метод

InfoFormat() публичный Метод

Prints the Log With Info Level
public InfoFormat ( string message ) : void
message string
Результат void
        public override void InfoFormat(string message, params object[] arguments)
        {
            Log(LogLevel.Info, string.Format(message, arguments));
        }