13 Commits

Author SHA1 Message Date
Beanzilla
7de6926f25
Updated README to match rename in v1.3 2022-05-11 15:06:44 -04:00
Beanzilla
215871f57b
Fixed non-persistent logging, bump to 1.3
This renames persist_debug to persist_log and fixes it so the file is actually cleared when asked for non-persisting logging.
2022-05-11 15:04:57 -04:00
Beanzilla
dfb7c7ae9c
Releasing V1.2 2021-09-10 16:01:23 -04:00
Beanzilla
1a4216bec9
Releasing V1.2 2021-09-10 16:00:47 -04:00
david
aaf58184d5 Equalized Log levels to make output even
It looks better to have all the output evenly spaced rather than
following the length of the log level. (1 fix is to change to single
letters as log level but those are hard to see, so this way is better I
feel)
2021-09-10 15:57:27 -04:00
david
571567623c Released 1.1
Version 1.1 is a more stable version of 1.0 with a few updates to the
code for various improvements.
2021-09-05 15:54:34 -04:00
david
e597053d8c Forced the type for all calls
It was found that a user could inject something other than a string
into the calls (debug, info, warn, error, crit) which would cause the
code to crash.
2021-09-05 15:52:17 -04:00
david
2f3ad68cd0 Fixed loading issue
It was found that I mixed tabs and spaces which caused the plugin to
fail loading. (Oops)
2021-09-05 14:35:54 -04:00
david
65711566e1 Updated example to show timestamp customization
Also updated the code to make ampm invisible unless 12hour specified
(So if you forgot 24hour can't support AM or PM indicators)
2021-09-04 23:58:19 -04:00
david
94bda86a8c Added an example to demonstrate how to use
Just to try and help folks wrap their heads around my project.
2021-09-04 23:50:07 -04:00
david
f924628acc Updated README 2021-09-04 23:30:53 -04:00
david
cf3eeb3b99 Initialized Repo
Added the Logger node to the git repo.
2021-09-04 23:17:01 -04:00
Beanzilla
b66dd8e2a2
Initial commit 2021-09-04 22:42:58 -04:00