RingLogger.Viewer (ring_logger v0.11.6)

Copy Markdown View Source

A Terminal UI (TUI) based viewer to browse a snapshot of the RingLogger buffer. Offers a variety of filtering tools.

Start the viewer using the following line at the IEx prompt:

RingLogger.viewer()

Type help, h or ? at the log viewer prompt to open a help page. Type exit or e to exit the viewer.

Summary

Functions

updates state by applying multiple filters to initial state or return initial state

Functions

parse_launch_cmd(cmd_string, state)

@spec parse_launch_cmd(String.t(), map()) :: map()

updates state by applying multiple filters to initial state or return initial state

view(cmd_string \\ "")

@spec view(String.t()) :: :ok