Aspectacular.CallerAopLogger.LogInformationWithKey C# (CSharp) 메소드

LogInformationWithKey() 보호된 메소드

Shortcut for logging information entries.
protected LogInformationWithKey ( string optionalKey, string format ) : void
optionalKey string
format string
리턴 void
        protected void LogInformationWithKey(string optionalKey, string format, params object[] args)
        {
            this.Log(EntryType.Info, optionalKey, format, args);
        }