You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Stream with Print as the logging output (#949)
The logging begin() method used to receive a Stream object, but it was
only used for output. As the Stream object implements the input part of
a stream, and inherits the whole output capabilities from Print, replace
the use of Stream with Print
Left LOG_STREAM with stream in the name, as it's a macro that can be
defined at compilation time to define where to log out to, so users
might have this set in their makefiles
0 commit comments