Aspectacular.CallLifetimeLog.LogError C# (CSharp) Method

LogError() protected method

Adds error log entry to AOP Proxy log in a way that makes it possible for aspect classes to access it for storing, sorting, grouping, etc.
protected LogError ( string format ) : void
format string
return void
        protected void LogError(string format, params object[] args)
        {
            this.LogErrorWithKey(null, format, args);
        }