--- old/test/native/logging/test_logConfiguration.cpp 2017-07-19 17:30:06.355121800 +0200 +++ new/test/native/logging/test_logConfiguration.cpp 2017-07-19 17:30:05.352450200 +0200 @@ -363,7 +363,8 @@ LogConfiguration::register_update_listener(&Test_logconfiguration_subscribe_helper); - LogConfiguration::parse_log_arguments("stdout", "logging=trace", NULL, NULL, log.error_stream()); + LogStream ls(log.error()); + LogConfiguration::parse_log_arguments("stdout", "logging=trace", NULL, NULL, &ls); ASSERT_EQ(1, Test_logconfiguration_subscribe_triggered); LogConfiguration::configure_stdout(LogLevel::Debug, true, LOG_TAGS(gc));