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 ⭐️