Aspectacular.CallerAopLogger.LogInformationData C# (CSharp) Method

LogInformationData() protected method

Shortcut for logging information entries.
protected LogInformationData ( string optionalKey, object data ) : void
optionalKey string
data object
return void
        protected void LogInformationData(string optionalKey, object data)
        {
            this.LogInformationWithKey(optionalKey, data.ToStringEx());
        }