get(logObj) returns the log messages from the
log object logObj filtered based on application Id
appIdFilter, context Id ctxIdFilter, severity level
severityFilter, and containing the text
messageFilter.
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN, where Name is
the argument name and Value is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and encloseNamein quotes.
Example: get(logObj,
AppIdFilter='Linux_application1', CtxIdFilter='Linux
application', SeverityFilter='Warn') returns the log messages related to
the Linux_application1, Linux application context, and
with severity Warn and above from the
logObj.
Filter the log messages by a string. Specify the string you want to see in the log
messages.
Example: MessageFilter="User Defined Binding"
Filter the log messages by unique application identifier. Specify the application
id to see the log messages related to that application.
Example: AppIdFilter='Linux_Application1'
Filter the log messages by context identifier. Specify the context id to see in
the log messages. Context id can be same in multiple applications. To view log
messages of specific context from a specific application, use both
AppIdFilter and CtxIdFilter.
Filter the log messages by the level of severity. Specify the severity level to
view the messages with specified severity and above. The order of the severity is as follows:
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: United States.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.