Read log messages

0
Is it possible to read the log messages of my application in studio pro? I would like to create a dashboard on the admin page of my mendix application, where the admin can see how many error log messages occurred in the last time. At the second step I would like to send a message to my slack channel, when there are more than X error messages in the last 5 minutes. I can use the SlackMessage plugin to send a message but how to retrieve the necessary data?
asked
2 answers
0

Take a look at the Logging module in the Marketplace. 

This will put matching log messages into a database that you can query.

Good luck!

answered
0

Hi Robert,

that is a nice module. Thanks for the info :)

answered