A live log viewer for Breeze applications.
Mount it like any other child view:
<live id="logs" view={Breeze.Logger} start_opts={[title: "Logs"]} />Configure log capture when starting Breeze.Server, then mount this view to
display the captured entries. Mounting the view does not alter the VM's logger
handlers.