Skip to content

v0.1.5

Compare
Choose a tag to compare
@zlElo zlElo released this 03 Apr 07:09
· 18 commits to main since this release

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