You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feature Request]: Putting the timeutil attribute into the second parameter of the logger allows the user to configure the running numerical unit
#1850
Currently, there is a timeunit attribute in the config configuration that is used to resolve whether the user passes in ms or s as a unit to be printed on the terminal. Now I want to remove this attribute and put the timeunit attribute in the logger as the second parameter of the logger.
like e.g
constlogger=newLogger({timeunit: 's',// or 'ms'name: 'Farm Base'})
The text was updated successfully, but these errors were encountered:
ErKeLost
changed the title
Putting the timeutil attribute into the second parameter of the logger allows the user to configure the running numerical unit
[Feature Request]: Putting the timeutil attribute into the second parameter of the logger allows the user to configure the running numerical unit
Oct 22, 2024
Currently, there is a timeunit attribute in the config configuration that is used to resolve whether the user passes in ms or s as a unit to be printed on the terminal. Now I want to remove this attribute and put the timeunit attribute in the logger as the second parameter of the logger.
like e.g
The text was updated successfully, but these errors were encountered: