Advance Logs Flashcards
Which of the following is a field of a Mendix log message?
Log node Log line Log content Log event
Log node
Where can you see the log messages for your app?
In the connector In the debugger In the console In the error pane
In the console
What is the difference between log messages in Studio Pro and log messages in the Developer portal?
The log messages in the Developer Portal have a Source field. The log messages in the Developer Portal have a Web field. The log messages in the Developer Portal have a Destination field. The log messages in the Developer Portal have a Cloud field.
The log messages in the Developer Portal have a Source field.
Where do log messages come from?
They are written by the IEEE log commission to ensure log messages conform to standards. Mendix Assist generates the log messages for all Mendix applications. Log messages are written by the person who created the functionality. The developers at Mendix write all log messages you will encounter in a Mendix application.
Log messages are written by the person who created the functionality.
When the log level is set to Error, messages from which other log level will also show up in your logs?
All log levels Critical Warning Debug
Critical
Which log level is used to warn about unexpected behavior that doesn’t need immediate action?
Error Info Debug Warning
Warning
Which statement about log nodes is true?
Log nodes are dynamically registered on application startup. Mendix has a list of predefined log nodes. No other nodes can be defined. Log nodes are defined in the Developer portal. Log nodes are added through the Set Log Level screen in Studio Pro.
Log nodes are dynamically registered on application startup.
Which of the following statements about log levels is true?
Messages at the Info level occur during normal operation of your app. Messages at the Debug level signal a big problem with your application. Messages at the Warning level need to be resolved immediately. Messages at the Trace level need your immediate attention.
Messages at the Info level occur during normal operation of your app.
Who is responsible for writing the error messages that your application generates?
Logs are generated automatically. The project manager. The user. The developer.
The developer.
Which description best describes a Stack Trace?
A list of objects that were in memory at the time the error occurred. A list of functions that might have the same problem as the error you’re experiencing. A series of log messages at the log level Trace that are related. A list of functions that were being called when an error occurred.
A list of functions that were being called when an error occurred.
Which of the following is a field of a Mendix log message?
Log node Log line Log content Log event
Log node
Where can you see the log messages for your app?
In the connector In the debugger In the console In the error pane
In the console
What is the difference between log messages in Studio Pro and log messages in the Developer portal?
The log messages in the Developer Portal have a Source field. The log messages in the Developer Portal have a Web field. The log messages in the Developer Portal have a Destination field. The log messages in the Developer Portal have a Cloud field.
The log messages in the Developer Portal have a Source field.
Where do log messages come from?
They are written by the IEEE log commission to ensure log messages conform to standards. Mendix Assist generates the log messages for all Mendix applications. Log messages are written by the person who created the functionality. The developers at Mendix write all log messages you will encounter in a Mendix application.
Log messages are written by the person who created the functionality.
Which of the following statements about log levels is true?
Messages at the Info level occur during normal operation of your app. Messages at the Debug level signal a big problem with your application. Messages at the Warning level need to be resolved immediately. Messages at the Trace level need your immediate attention.
Messages at the Info level occur during normal operation of your app.