Aspectacular.CallerAopLogger.LogInformationWithKey C# (CSharp) Méthode

LogInformationWithKey() protected méthode

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