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
Is your feature request related to a problem? Please describe.
When you have a large amount of code that you would want to log and keep the logging there if enabled such as a development version of a project. An example would be [DEBUG] user is undefined Line 347 of /src/index.js
Describe the solution you'd like
log.debug($`user is ${user} Line ${log.line} of ${log.path}`);
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When you have a large amount of code that you would want to log and keep the logging there if enabled such as a development version of a project. An example would be
[DEBUG] user is undefined Line 347 of /src/index.js
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: