File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # ProgressLogging: a Logging-based progress bar frontend
1
+ # ProgressLogging: a package for defining progress logs
2
2
3
3
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://junolab.github.io/ProgressLogging.jl/stable )
4
4
[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://junolab.github.io/ProgressLogging.jl/dev )
5
5
[ ![ Build Status] ( https://travis-ci.com/JunoLab/ProgressLogging.jl.svg?branch=master )] ( https://travis-ci.com/JunoLab/ProgressLogging.jl )
6
6
[ ![ Codecov] ( https://codecov.io/gh/JunoLab/ProgressLogging.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JunoLab/ProgressLogging.jl )
7
7
[ ![ Coveralls] ( https://coveralls.io/repos/github/JunoLab/ProgressLogging.jl/badge.svg?branch=master )] ( https://coveralls.io/github/JunoLab/ProgressLogging.jl?branch=master )
8
8
9
- ProgressLogging.jl is a progress bar _ frontend _ . It can be used to
10
- report progress of a loop/loops with time-consuming body:
9
+ ProgressLogging.jl is a package for defining _ progress logs _ . It can
10
+ be used to report progress of a loop/loops with time-consuming body:
11
11
12
12
``` julia
13
13
julia> using ProgressLogging
@@ -17,9 +17,9 @@ julia> @progress for i in 1:10
17
17
end
18
18
```
19
19
20
- This package is a _ frontend _ in the sense using this package alone
21
- does not show any progress bars . You need to use one of the backends
22
- to view the progress.
20
+ This package does not contain any _ progress monitors _ for visualizing
21
+ the progress of the program . You need to install a package supporting
22
+ progress logs created by ProgressLogging.jl API. For example:
23
23
24
24
* [ Juno] ( https://junolab.org/ )
25
25
* [ ProgressMeterLogging.jl] ( https://github.com/tkf/ProgressMeterLogging.jl )
You can’t perform that action at this time.
0 commit comments