Releases: grian32/glogger
Releases · grian32/glogger
2.1.1
Changes log files to be based on the day, if you re-ran your program a lot you'd end up with a lot of log files from the same day different times, and since the log statement is in there anyway there's not much point.
2.1.0
- Adds file logging functionality(see README for more details)
- Fixes faulty return type for log functions(changes it from
string | void
to void
)
2.0.0
-
BREAKING: Changes logger to use a user inputted location instead of definition path, read more as to why I decided to make this change in #5 .
-
test: fixes automatic unit tests
1.0.3
- Updates README.md to note of a fault with the current implementation of getting the definition path.
(this is released so it shows up on deno.land)
1.0.2
- Adds unit tests
- Adds automated testing using GH Actions
1.0.1
1.0.1
Make the getDefinitionPath
method private.