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
Just 2 little things :
-It would be nice to use the appropriate console function(error, info, log) according to the log level.
-Displaying the line where the logger has been called (using the stack)
As an exemple, here is an extension i did myself (sorry i'm not a javascript expert!) :
I would also like for there to be default context based colours for log entries that appear in web console(not to be confused with the browser console or shell) but that should be its own(Issue) appender or plugin for an appender. As that would output _raw_ in a shell(terminal).
I know at least in FF you can log directly to the web console without using console.* methods.
I thought I'd mention that the log methods should be preset(binded?) not set inside doAppend.
js-logger has the right idea on this.
See here for an example.
Bump. This is clearly a bug. Your library doesn't use console.* methods! If you mean to compete with lets say log4javascript or even js-logger then this issue should definitely be fixed ASAP. 👍
Hello, thank you for this cool library !
Just 2 little things :
-It would be nice to use the appropriate console function(error, info, log) according to the log level.
-Displaying the line where the logger has been called (using the stack)
As an exemple, here is an extension i did myself (sorry i'm not a javascript expert!) :
Kind regards
The text was updated successfully, but these errors were encountered: