Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvment for dsmviewer.debugMode #23

Open
romani opened this issue Mar 13, 2013 · 0 comments
Open

improvment for dsmviewer.debugMode #23

romani opened this issue Mar 13, 2013 · 0 comments

Comments

@romani
Copy link
Member

romani commented Mar 13, 2013

It is done:
Add the debug mode JVM option is checked by plugin:
-Ddsmviewer.debugMode=[true|false] toggles Debug / Production mode (Production by default):

  • Debug mode (if dsmviewer.debugMode=true) → runtime plugin logs to it`s own console and Eclipse native log shows all plugin logs for all levels.
  • Production mode (if dsmviewer.debugMode=false) → runtime plugin doesnt log to its own console and Eclipse native log shows 'WARNING' and 'ERROR' logs only.

But, additionally to that we need to provide :

  • convenient date pattern for logging
  • reduce memory is needed for loggers (objects reusing, etc) and
  • improve the logging performance.
    Minors: print DSMs as text to target platform console to perform the quick checks using single Eclipse instance without window switching.
@ghost ghost assigned daniilyar Mar 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants