Skip to main content

CentralLogger API

<CentralLogger> renders a button that launches the Central Logger debugging tool. You can read more about the central logger here.

Props

<CentralLogger> accepts no props.

Usage

Here's how <CentralLogger> is used in the File Menu in the seed project:

<Menu id="fileMenu" title={...}>
...
<CentralLogger />
...
</Menu>