Aspectacular.CallLifetimeLog.LogWarningWithKey C# (CSharp) Méthode

LogWarningWithKey() protected méthode

Adds warning 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 LogWarningWithKey ( string category, string format ) : void
category string
format string
Résultat void
        protected void LogWarningWithKey(string category, string format, params object[] args)
        {
            this.Log(EntryType.Warning, category, format, args);
        }