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

Skip to content

Tags: Pho3b/tiny-logger

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adds the file logging feature and refactors the internal encode…

…rs structure

feat: adds the log to a file feature to the Logger
refactor: completely refactors the internal encoders code in order to make it more clear and concise
docs: updates the README.md file

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v1.6.0's commit message
chore: updates testify deps patch

v1.5.1

Toggle v1.5.1's commit message
fix: updates the default logger fatalErr msg

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: multiple major improvements (#10)

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

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adds the Color method to all the Logger encoders

v1.3.2

Toggle v1.3.2's commit message
fix: removes a redundant buildMsg method call increasing logger perfo…

…rmances

v1.3.1

Toggle v1.3.1's commit message
fix: makes the datetime printer service thread safe

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: adds dateTime service performance improvement and colorsPrinter…

… service minor refactor.

* perf: adds time and date caching system to the datetimeprinter to improve performances

* refactor: updates method name

* refactor: cleans up and revisits a bit the colors printer service with tests

* refactor: updates the logs naming in the json encoder

* refactor: updates the log level naming in the yaml encoder

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: reduces the number of heap allocations alleviating the garbage …

…collector work