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

Error() public abstract method

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