An open API service indexing awesome lists of open source software.

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;

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;