- Improved object logging with
JSON.stringify
- Enhanced handling of screen name and message parameters
- Ensure proper logging of screen name when only two strings are passed
- Fixed Error and Warning logging just 1 line
- Improved README
- Changes in README
Logger.box
for designed box-logged separation when a screen gets focus or other functionalities idea
- Other
Logger
functions fixed to log each key withLOG
label
- README
- Imports for CommonJS
- README
- Condition check to export for CommonJS
- README
- TypeScript file to follow last changes
- Logging error and warning by itself just in 1 line; other subsequent lines of these cases are
LOG
- Logging error and warning by itself just in 1 line; other subsequent lines of these cases are
LOG
. Even the variable was being logged withconsole.error
orwarn
, now just the 1st argument message should be.
Logger.box
is fitting variables and objects correctly
- before timeStamp break line
-
Box method was having trouble to log complex objects, null or undefined
-
Fixed not throwing error when Logging undefined, null, and complex objects in all cases
- Added 1 more fall back to 1.2.7 to fix
- Log variables from useState true or false
- if user acidentally pass variable as second argument will not say from (variable)
- Log variables from useState true or false
- if user acidentally pass variable as second argument will not say from (variable)
- recommit
- Fixed Type flag on the messages to :any