The <SystemLog>
renders a button that, when clicked, displays the system log, which can be used to diagnose startup
problems. For more information on how to use it, please refer to the Boot Sequence guide.
The <SystemLog>
component accepts no props.
You can use the <SystemLog>
component from any menu:
<Menu>
...
<SystemLog />
...
</Menu>