Closed ecorm closed 9 years ago
When operator<<(std::ostream&, ... is used with Event, Result, and Invocation, the keyword arguments are not always displayed. This is due to args() being used in the relevant if condition, instead of kwargs().
operator<<(std::ostream&, ...
Event
Result
Invocation
args()
if
kwargs()
When
operator<<(std::ostream&, ...
is used withEvent
,Result
, andInvocation
, the keyword arguments are not always displayed. This is due toargs()
being used in the relevantif
condition, instead ofkwargs()
.