Amazon.Runtime.Internal.Util.InternalLogger.DebugFormat C# (CSharp) Method

DebugFormat() public abstract method

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