Log

The log windows provides a view of the different log messages that are provided by the different components of the system.

Not only does it provide information about any log messages and the level of the severity of the message, it also shows the component that is generating that log message as well.

If you click on the component, the inspector will also highlight the object that generated that specific log message as well.


Filtering

Severity Filter

In some situations, there might be too many messages in the log and it becomes hard to debug what is going on.

At the top right corner of the log window, there is a filter button where you can use it to filter for different things.

One of the key things that you can filter for is the level of the log, for example whether you are interested in only the warning mesages.

Component Filter

It is also possible to create filters based on different components as well. So for example if you are trying to debug a specific object, you can set the component filter to be for that object type and all the messages related to that object type.

Last updated