Skip to content

Releases: zlElo/Froggius

v0.1.7

27 Apr 11:27
Compare
Choose a tag to compare

Implemented custom date format. Thanks for suggestion @stdx

#1

v0.1.6-3

08 Apr 16:01
557538d
Compare
Choose a tag to compare

What's new?

  • Added line chart to readme
  • Speedtest in examples folder
  • Linechart as png of execution of debug log

v0.1.6-2

03 Apr 14:51
Compare
Choose a tag to compare

Full Changelog: v0.1.6-1...v0.1.6-2

v0.1.6-1

03 Apr 14:31
Compare
Choose a tag to compare

Fixed error catching

v0.1.6

03 Apr 14:21
Compare
Choose a tag to compare

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

03 Apr 07:09
Compare
Choose a tag to compare

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

v0.1.4-2

02 Apr 14:07
Compare
Choose a tag to compare

Small but big fix:

  • easier import statement: from froggius import Froggius

v0.1.4-1

01 Apr 15:15
Compare
Choose a tag to compare

Version 0.1.4 update

What's new?

  • added warnings
  • added informations
  • updated error catching with new argument called continue_onexception
  • Bug fixes

If you like it, leave a ⭐️

v0.1.4

01 Apr 15:01
Compare
Choose a tag to compare

Version 0.1.4 update

What's new?

  • added warnings
  • added informations
  • updated error catching with new argument called continue_onexception
  • Bugfixes

If you like it, leave a ⭐️

v0.1.3-2

01 Apr 14:21
Compare
Choose a tag to compare

New License (MPL-2.0)
-> For better integration as libary in other projects