--- old/test/native/logging/test_logConfiguration.cpp 2017-06-18 08:21:13.644240800 +0200 +++ new/test/native/logging/test_logConfiguration.cpp 2017-06-18 08:21:12.954780800 +0200 @@ -362,7 +362,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));