Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Pho3b/tiny-logger

v1.7.0

20 Oct 13:50
d9cf249

Choose a tag to compare

feat: adds the log to a file feature
refactor: completely refactors the internal encoders code in order to make it more clear and concise
docs: updates the README.md file
perf: further improves performance by removing redundant conditions and string concatenations

v1.6.1

13 Sep 10:28
2b99839

Choose a tag to compare

fix: solves a bug in the daily date update function
fix: now daily date update takes into consideration hour shift in different time zones for long running programs

v1.6.0

28 Aug 21:48

Choose a tag to compare

perf: greatly improves performances through the usage of pool buffers and functions optimizations

  • perf: greatly reduces the number of bytes used per log and heap allocations
  • perf: major performances improvement through the usage of a pool buffer in the encoders
  • perf: improves minor functions performances by removing not needed operations
  • test: updates and adds unit test
  • docs: updates the README with new benchmark performances

v1.5.1

02 Jul 13:57

Choose a tag to compare

fix: updates the default logger fatalErr msg
refactor: adds a space between log_lvl and the dateTime section

v1.5.0

21 Jun 15:46
9c73711

Choose a tag to compare

feat: adds JSON custom marshal
feat: adds YAML custom marshal
perf: custom marshal drastically decreases heap allocations and increases log speed
docs: updates the README.md
test: adds benchmark test command to Makefile

v1.4.0

14 Jun 19:13
cf443f5

Choose a tag to compare

feat: adds the Color functionality

v1.3.2

05 Jun 22:08

Choose a tag to compare

fix: removes a redundant buildMsg() method call increasing logger performances

v1.3.1

29 May 22:50

Choose a tag to compare

fix: makes the datetime_printer thread safe

v1.3.0

23 May 08:50
f739574

Choose a tag to compare

perf: improved dateTime printing performances
perf: reduced heap allocations number
refactor: reuses constant variable string across the project

v1.2.3

28 Apr 21:49
d5e0d23

Choose a tag to compare

perf: increases the logger performances by reducing the number of allocations on the heap