Hi,
I'm messing around with an input_server filter, and I was trying to log a few BMessages so that I could get an idea of what they look like.
BMessage has a PrintToStream method that will print the BMessage out to stdout, but is there anyway to intercept stdout from the input_server?
Thanks...