Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Improve logging #201

Closed
advancingu opened this issue Oct 18, 2018 · 0 comments
Closed

Improve logging #201

advancingu opened this issue Oct 18, 2018 · 0 comments

Comments

@advancingu
Copy link
Member

advancingu commented Oct 18, 2018

Expected:

  • Log output shall use native console log levels.
  • Calls to log facilities shall not care about logging status (separation of concerns).
  • Log output shall be written to Developer Tools console when logging is turned on.
  • Logging configuration user interface shall be less confusing.
  • Logging status shall be read only on startup or when changed and not be read from registry on every log call.
  • Log message format should be consistent.
advancingu added a commit that referenced this issue Oct 18, 2018
* Resolves #201.
* Refactor logging calls so that logging facility actually handles logging.
* Honour log levels.
* Improve log configuration UI.
* Improve logging performance by not reading registry on every log call.
* Improve log consistency via code reuse.
advancingu added a commit that referenced this issue Oct 29, 2018
* Add log capturing information.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant