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