GSF.Diagnostics.LogSubscriber.IgnoreAll C# (CSharp) Method

IgnoreAll() public method

Ignore all messages of this verbose level.
public IgnoreAll ( VerboseLevel level ) : void
level VerboseLevel
return void
        public void IgnoreAll(VerboseLevel level)
        {
            m_subscriber.Subscribe(PublisherFilter.CreateUniversal(), MessageAttributeFilter.Create(level), true);
        }
        /// <summary>