Feature request: Logging improvements #273
Labels
Application: Studio
Issues related to Legend Studio application
Component: Application Framework
Issues related to the core application framework shared by all apps: Studio, Query, etc.
Studio Core Team
Opened by a member of the Studio core team
Type: Enhancement
Type: Feature Request
Type: Refactor
Milestone
The only logger we have right now is the browser console, which is not the most convenient as it requires user to use a feature from the browser. Instead, we should try to make use of our in-app console.
Implementation
xterm
for loggingConsoleLog
which prints to the web console -IMPORTANT
Also, use this in test and disable the rest. Right now, some errors are not printed out to console during test, making it hard to debug.GraphLog
just for graph processingAppLog
for other events in the appAppLog
andGraphLog
will cover different channelsCONSIDER
moving logger into the app initialization interfaceCONSIDER
have an interactive log to allow user interacting with the app in a super hacky mode :)The text was updated successfully, but these errors were encountered: