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);
        }