Aspectacular.CallerAopLogger.LogWarningWithKey C# (CSharp) Method

LogWarningWithKey() protected method

Shortcut for logging warning entries.
protected LogWarningWithKey ( string optionalKey, string format ) : void
optionalKey string
format string
return void
        protected void LogWarningWithKey(string optionalKey, string format, params object[] args)
        {
            this.Log(EntryType.Warning, optionalKey, format, args);
        }