Add proper terminal logging #4

Closed
opened 2018-07-25 22:55:04 +00:00 by Dennis · 0 comments
Owner

Now, all information is printed to the terminal with the println! macro. We should define nice functions

  • info()
  • warning()
  • error()

For colors we can use the Colored crate. For separations of commands we can take a look at box-drawing characters.

Now, all information is printed to the terminal with the `println!` macro. We should define nice functions * `info()` * `warning()` * `error()` For colors we can use the [Colored](https://crates.io/crates/colored) crate. For separations of commands we can take a look at box-drawing characters.
Dennis self-assigned this 2018-07-25 22:55:04 +00:00
Dennis added the
feature
label 2018-07-25 22:55:04 +00:00
Sign in to join this conversation.
No Label
bug
feature
refactor
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dennis/footswitch-rs#4
No description provided.