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

LogInformation() protected méthode

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