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

Update logging api example #96

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Conversation

johnman
Copy link
Member

@johnman johnman commented Oct 14, 2024

Updated the logging api example:

  • Updated it to a platform
  • Added a window with two views to show console logs from views appearing alongside console logs from platform provider in app log.
  • Updated response from server when uploading app logs to return response expected from the RVM.
  • Updated runtime args to use a security realm for isolated and to reduce verbose logs.
  • Added ability to clear log panel from provider and views.
  • Added easy option to generate a console log messages through buttons
  • Added easy option to log through a channel api contract through buttons (the provider is the source and the provider and views use it to log using an alternative approach).
  • Added an example of using the Origin Private File System to write logs to file (which works in browsers and OpenFin container).
  • Added additional button to read the log file from the Origin Private File System, send it to the server and clear it.
  • Updated the server to support sending a custom log file from the Origin Private File System.
  • Added a launch.json that debugs the logging api server.

Updated the logging api example:

* Updated it to a platform
* Added a window with two views to show console logs from views appearing alongside console logs from platform provider in app log.
* Updated response from server when uploading app logs to return response expected from the RVM.
* Updated runtime args to use a security realm for isolated and to reduce verbose logs.
* Added ability to clear log panel from provider and views.
* Added easy option to generate a console log messages through buttons
* Added easy option to log through a channel api contract through buttons (the provider is the source and the provider and views use it to log using an alternative approach).
* Added an example of using the Origin Private File System to write logs to file (which works in browsers and OpenFin container).
* Added additional button to read the log file from the Origin Private File System, send it to the server and clear it.
* Updated the server to support sending a custom log file from the Origin Private File System.
* Added a launch.json that debugs the logging api server.
@johnman johnman merged commit 2dd5712 into main Oct 14, 2024
4 checks passed
@johnman johnman deleted the dev/john/update-logging-example branch October 14, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants