How to see past toast messages on Android?

One of the apps I use doesn’t work properly. It displays an error text in a toast message but the error text is very long and wont fit into the toast. Also the toast disappears after a second.

How can I see the past toast messages? Is there a log file that I can open? Is there an adb command maybe that shows the toast messages on the terminal?