Aspectacular.CallerAopLogger.LogError C# (CSharp) Method

LogError() protected method

Shortcut for logging error entries.
protected LogError ( string format ) : void
format string
return void
        protected void LogError(string format, params object[] args)
        {
            this.LogErrorWithKey(null, format, args);
        }