Aspectacular.CallLifetimeLog.LogInformationWithKey C# (CSharp) Метод

LogInformationWithKey() защищенный Метод

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 LogInformationWithKey ( string category, string format ) : void
category string
format string
Результат void
        protected void LogInformationWithKey(string category, string format, params object[] args)
        {
            this.Log(EntryType.Info, category, format, args);
        }