SystemLog API
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.
Props
The <SystemLog>
component accepts no props.
Usage
You can use the <SystemLog>
component from any menu:
<Menu>
...
<SystemLog />
...
</Menu>