Aspectacular.CallLifetimeLog.LogErrorWithKey C# (CSharp) 메소드

LogErrorWithKey() 보호된 메소드

Adds error 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 LogErrorWithKey ( string category, string format ) : void
category string
format string
리턴 void
        protected void LogErrorWithKey(string category, string format, params object[] args)
        {
            this.Log(EntryType.Error, category, format, args);
        }