AsterTrace
AsterTrace copied to clipboard
Rest interface --- $listener->process(); --- how not to print everything
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?
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?