public void AddToastLoggerLogObject(LogObject logObject) { if (loggerFilter.CheckFilters(logObject) == false) { _bulkLog.Add(logObject); } }