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

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

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