System Information
Here are the details of the system setup:
- OpenFin Process Manager Version: RVM = 8.1.0.4
- Node.js: v16.15.0
- Windows 10
- Angular Application with C# .NET backend
Issue:
The current setup saves all application logs locally on users' computers instead of in a centralized location for easier review and debugging. While browsing through the OpenFin Documentation, I came across the sendApplicationLog()
method, but it only provides information on the function's parameters. When I attempted to execute this method manually within an OpenFin instance, no output was generated. Are there additional resources available that explain how OpenFin can transmit logs to a remote location or specify a specific destination for logging?
Can OpenFin integrate these logs directly into a secure database?
Is there a better option than sending all console output to one consolidated location?
- Approaches Tried:
- I experimented with Angular's global error handling feature to intercept any global errors, but it does not catch warnings.
- Would it be possible to modify a global
errorHandler
to manage warnings and informational messages along with errors?
- Approaches Tried:
Appreciate your assistance.