cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nomemory
Level 2

Is there a way to log Plugins or Custom Actions stdERR ?

Is there a way to log Plugins or Custom Actions stdERR ? I really need to know if a plugin fails or not. How shoul i implement that ?
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

To start, have you looked at the logging functionality that the CustomError class provides?
0 Kudos
nomemory
Level 2

Yes, I've seen the capabilities of the CustomError class but this is not the problem. But it doesn't really help me.
For example:

--> bla bla Actions
--> Execute Action Script
--> InstallAnywhere Plugin (that generates a run-time error)
--> (Here I want to create my own plugin that somehow logs the stackTrace() of the previous plugin).

Is it possible to create such a plugin ?
0 Kudos