Aspectacular.CallerAopLogger.LogWarningWithKey C# (CSharp) Метод

LogWarningWithKey() защищенный Метод

Shortcut for logging warning entries.
protected LogWarningWithKey ( string optionalKey, string format ) : void
optionalKey string
format string
Результат void
        protected void LogWarningWithKey(string optionalKey, string format, params object[] args)
        {
            this.Log(EntryType.Warning, optionalKey, format, args);
        }