Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MS Office Add-in - log creation and storage recommondation allowing offline reconstruction (like android but report/logcat)

0 views
Skip to first unread message

Stefan Mueller

unread,
Oct 12, 2019, 8:10:08 AM10/12/19
to
Is there a logcat log equivalent what I can implement in an office-add in?

The log file is sent manually by the user (minimum solution) or automatically to an elastic server, LOGSTASH, etc. (maximum solution).

The user shall be able to set the log level (in- and, or outside the office UI) and push the log file. if manual action is necessary, to a predefined location. I don't want to put in a position to work locally, on the users' machine. That shall happen in the worst case. In the code, I must be able to define the log level of a log message.

I found my advice on how to troubleshoot add-ins locally but nothing getting somewhere close to my approach.


https://developer.android.com/studio/debug/am-logcat
https://www.elastic.co/products/log-monitoring
0 new messages