Main Content
matlab.unittest.plugins.LoggingPlugin Class
Namespace: matlab.unittest.plugins
Plugin to report diagnostic messages
Description
The LoggingPlugin
creates a plugin to report
diagnostic messages that are created by the log
method
of a TestCase
or Fixture
.
Construction
Instantiate a LoggingPlugin
using one of its
static methods.
Use the withVerbosity
static method to configure
a plugin to respond to messages of a particular verbosity. Also, the withVerbosity
method
accepts a number of name/value pairs to configure the format for reporting
logged messages.
Properties
Methods
withVerbosity | Construct LoggingPlugin for messages of specified
verbosity |
Copy Semantics
Handle. To learn how handle classes affect copy operations, see Copying Objects.
Version History
Introduced in R2014b
See Also
matlab.automation.Verbosity
| log (Fixture)
| log (TestCase)