<CentralLogger>
renders a button that launches the Central Logger debugging tool. You can read more about the central
logger here.
<CentralLogger>
accepts no props.
Here's how <CentralLogger>
is used in the File Menu in the seed project:
<Menu id="fileMenu" title={...}>
...
<CentralLogger />
...
</Menu>