Skip to content

Releases: francesco-ascenzi/werlog

Werlog 4.5.6

19 Feb 22:40
Compare
Choose a tag to compare

Fast, lightweigth, customizable, and asynchronous function that appends logs to a file or prints them out to the console.

Key features:

  • Fast and lightweight: Werlog is designed to be efficient and have minimal impact on your application's performance.
  • Customizable: You can easily customize the format and output of your logs to meet your specific needs.
  • Asynchronous: Werlog works in the background so it won't block your application's main thread.
  • Flexible: Werlog can be used to log to a file, the console, or both.

Werlog 4.4

20 Nov 17:51
Compare
Choose a tag to compare

Fixes:

  • The object can be printed in its entirety.
  • Fixed max length bug.