On 01.02.2018 15:16, Robert Bielik wrote:
Hi all,
I'm putting together an inprocess client (as it was the lowest hanging fruit), but
I'd like to output log messages, I note that outputting to stdout/stderr doesn't
seem to work.
Is there any API into which I can hook my logging framework output ?
The internal client runs inside the JACK process, that's where it'll
log, too, I guess.
Try to start jackd in a terminal and I'd expect your client's logs to
show up there, not in the terminal where you jack_load'ed it in the
first place.