Add an output stream operator for event stream info
Allow the intuitive printing of EventStreamInfo objects to any output stream. Similar to the existing print function that dumps the object to the DEBUG log, but more general.
We could think about removing the print function as this should supersede it.
Tag: @gemmeren