AccidentalFish.ApplicationSupport.Logging.AzureQueueLogger.Implementation.NullQueueLoggerExtension.BeforeLog C# (CSharp) Method

BeforeLog() public method

public BeforeLog ( LogQueueItem item, Exception originalException, bool willLog ) : bool
item LogQueueItem
originalException System.Exception
willLog bool
return bool
        public bool BeforeLog(LogQueueItem item, Exception originalException, bool willLog)
        {
            return true;
        }
    }
NullQueueLoggerExtension