AsterTrace icon indicating copy to clipboard operation
AsterTrace copied to clipboard

Rest interface --- $listener->process(); --- how not to print everything

Open black187 opened this issue 12 years ago • 1 comments

Hi,

Firstly, I love your work!

My question is, when this is executed:

$listener->process();

It prints out everything - is it possible to just save it, and make echo based on the parsing of the output? If so, how?

black187 avatar Sep 18 '12 14:09 black187

Hi! Thanks for your comment :)

Uhmm.. I'm not sure what you mean by "save it and make echo based on the parsing of output".. If you need to save anything, you can just do it.. or create another event listener that does that "in parallel" to other you may have.

Also, if you need to parse anything (what kind of parsing and where exactly?) you can also do that.. Is anything stopping you from doing it?

marcelog avatar Sep 22 '12 21:09 marcelog