Aspectacular.CallLifetimeLog.LogInformation C# (CSharp) Method

LogInformation() protected method

Adds information log entry to AOP Proxy log in a way that makes it possible for aspect classes to access it for storing, sorting, grouping, etc.
protected LogInformation ( string format ) : void
format string
return void
        protected void LogInformation(string format, params object[] args)
        {
            this.LogInformationWithKey(null, format, args);
        }