https://github.com/r-novel/flog
Tiny Fortran module that provides colorable output;
https://github.com/r-novel/flog
f90 fortran fortran-modules log logging
Last synced: 4 months ago
JSON representation
Tiny Fortran module that provides colorable output;
- Host: GitHub
- URL: https://github.com/r-novel/flog
- Owner: r-novel
- License: gpl-3.0
- Created: 2020-12-20T17:28:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-21T18:45:30.000Z (over 5 years ago)
- Last Synced: 2024-01-30T09:11:45.544Z (over 2 years ago)
- Topics: f90, fortran, fortran-modules, log, logging
- Language: Fortran
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flog
Tiny Fortran module that provides colorable output;
Inpired by [flogging](https://github.com/DaanVanVugt/flogging);
# Build
```
$ git clone https://github.com/r-novel/flog.git && cd flog
```
```
$ make build
```
# Test
```
$ ./bin/flog
```
## Contributing
Pull requests and comments are appreciated;