Breeze.Logger (Breeze v0.4.0)

Copy Markdown View Source

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.