Amazon.Runtime.Internal.Util.InternalLogger.Debug C# (CSharp) Méthode

Debug() public abstract méthode

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