Aspectacular.CallerAopLogger.LogInformationData C# (CSharp) 메소드

LogInformationData() 보호된 메소드

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