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

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

Simple wrapper around the log4net Debug method.
public abstract Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Результат void
        public abstract void Debug(Exception exception, string messageFormat, params object[] args);