Amazon.Runtime.Internal.Util.InternalFileLogger.InfoFormat C# (CSharp) Méthode

InfoFormat() public méthode

Prints the Log With Info Level
public InfoFormat ( string message ) : void
message string
Résultat void
        public override void InfoFormat(string message, params object[] arguments)
        {
            Log(LogLevel.Info, string.Format(message, arguments));
        }