This repository contains:
- a library providing a log ging implementation based on a
writable
trait - the example folder containing an implementation of a TUI widget that implements the
writable
trait
In total this means you can render your widget with with tui and use the log interface methods: log
, debug
, error
etc.