From 0a512abc3364855116a4756e42aeac33c0aa2fe2 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Wed, 3 Jun 2020 23:26:27 +0200 Subject: [PATCH] additional clarification comment --- serviceinterface/ServiceInterfaceStream.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/serviceinterface/ServiceInterfaceStream.h b/serviceinterface/ServiceInterfaceStream.h index aecd45c37..32437d81d 100644 --- a/serviceinterface/ServiceInterfaceStream.h +++ b/serviceinterface/ServiceInterfaceStream.h @@ -7,6 +7,9 @@ // Unfortunately, there must be a forward declaration of the log front end // (MUST be defined in main), to let the system know where to write to. +// The ServiceInterfaceStream instances (declared below and instantiated in main) +// can be passed to these front ends by passing their underlying buffers +// with .rdbuf() namespace sif { extern std::ostream debug; extern std::ostream info;