Exemple #1
0
 /// <summary>
 /// Checks messages generated by this publisher and the provided attributes will be received by a subscriber.
 /// </summary>
 /// <param name="attributes"></param>
 /// <returns></returns>
 public bool HasSubscribers(LogMessageAttributes attributes)
 {
     return(!m_logger.RoutingTablesValid || SubscriptionFilterCollection.IsSubscribedTo(attributes));
 }