https://github.com/foxcapades/lib-go-tree-log
https://github.com/foxcapades/lib-go-tree-log
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxcapades/lib-go-tree-log
- Owner: Foxcapades
- Created: 2019-08-30T17:50:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T19:39:18.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T17:19:19.351Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
Awesome Lists containing this project
README
= Tree Shaped Logs
Simple lib to print hierarchical logs. Useful for simple
scripts/cli tools that generate a lot of output.
.Example Output
[source]
----
Project: ApiCommonModel
Fetching changes from SVN
Processing branches:
master
Checking out
Rebasing onto SVN remote branch
Pushing changes to github
Project: ApiCommonShared
Fetching changes from SVN
No new changes
Project: ApiCommonWebService
Fetching changes from SVN
No new changes
Project: ApiCommonWebsite
Fetching changes from SVN
Processing branches:
master
Checking out
Rebasing onto SVN remote branch
Failed to rebase branch
----