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

LogInformation() 보호된 메소드

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