# Packages
No description provided by the author
# Functions
NewDebug creates new UI which just prints debug output.
NewHidden creates new hidden log output.
NewLine creates new updateable output Line.
NewTerminal creates new Terminal UI which prints output to the os.Stdout.
SetOutput updates logging output.
Start starts the logging output.
Stop halts updating the output.
# Structs
Debug is log implementation which just outputs line by line.
DebugLine is Line implementation which just outputs all the lines to the terminal.
Hidden is log output implementation what doesn't output anything.
HiddenLine is Line implementation which don't output anything.
Terminal is tracks the Lines and updates all of them when needed.
TerminalLine is single text line in the terminal output what you can change afterward.
# Type aliases
State of the line.