Aspectacular.CallLifetimeLog.LogWarning C# (CSharp) Method

LogWarning() protected method

Adds warning 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 LogWarning ( string format ) : void
format string
return void
        protected void LogWarning(string format, params object[] args)
        {
            this.LogWarningWithKey(null, format, args);
        }