Add colorization in System.err logs #83

Merged
louis_royer merged 1 commits from log-colors into etape5 4 years ago
Collaborator

Errors are reds, Warnings are yellow, Infos are green.

Errors are reds, Warnings are yellow, Infos are green.
louis_royer closed this pull request 4 years ago
louis_royer deleted branch log-colors 4 years ago
The pull request has been merged as 15e1bd2e75.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b log-colors etape5
git pull origin log-colors

Step 2:

Merge the changes and update on Gitea.
git checkout etape5
git merge --no-ff log-colors
git push origin etape5
Sign in to join this conversation.
Loading…
There is no content yet.