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

Debug() public abstract method

Simple wrapper around the log4net Debug method.
public abstract Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
return void
        public abstract void Debug(Exception exception, string messageFormat, params object[] args);