Main Content

mlreportgen.dom.MessageFilter Class

Namespace: mlreportgen.dom

Filter to control message dispatcher

Description

Filter for messages dispatched by the message dispatcher.

The mlreportgen.dom.MessageFilter class is a handle class.

Properties

expand all

  • true— Pass debug messages.

  • false— Block debug messages.

Data Types: logical

  • true— Pass error messages.

  • false— Block error messages.

Data Types: logical

  • true— Pass all messages.

  • false— Block all messages.

Data Types: logical

  • true— Pass progress messages.

  • false— Block progress messages.

Data Types: logical

  • true— Pass all messages.

  • false— Block all messages.

Data Types: logical

Pass messages only from the specified DOM object if the messages meet the other filter conditions specified by this MessageFilter object.

Version History

Introduced in R2014b

Go to top of page