Aspectacular.CallerAopLogger.LogInformation C# (CSharp) Method

LogInformation() protected method

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