Releases: zlElo/Froggius
Releases · zlElo/Froggius
v0.1.7
v0.1.6-3
v0.1.6-2
Full Changelog: v0.1.6-1...v0.1.6-2
v0.1.6-1
v0.1.6
Version 0.1.6 with big changes!
What's new?
- instance based logging allows you to create as much instances you need
- now you can use
.info()
or.information()
- you can set up global variables for the whole instance (file_path, print_out)
Changelog
Full Changelog: v0.1.5...v0.1.6
If you like the frog, leave a star 🐸⭐️
v0.1.5
Version 0.1.5 is available now!
What is new?
- docstrings update
- global configuration for file_path and print_out, syntax to configure is like that:
# configure print_out and file_path for everything
Froggius(print_out=False, file_path='tests/example.log')
Froggius.debug('Test normal')
Froggius.error('Test error')
Froggius.information('Test information')
If you like it, leave a star ⭐️