Skip to content

Add an output stream operator for event stream info

Frank Berghaus requested to merge berghaus/athena:EventStreamInfo into master

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

Merge request reports