Amazon.Runtime.Internal.Util.InternalLogger.DebugFormat C# (CSharp) Метод

DebugFormat() публичный абстрактный Метод

Simple wrapper around the log4net DebugFormat method.
public abstract DebugFormat ( string message ) : void
message string
Результат void
        public abstract void DebugFormat(string message, params object[] arguments);