Skip to content
Snippets Groups Projects
Commit 6f147bb9 authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

feat: add log message after writing a field

parent 75bf9103
No related branches found
No related tags found
1 merge request!49Feat get async
......@@ -38,6 +38,7 @@ void DataLogger::handle(Collection& collection, const chrono::DateTime& timestep
if (handler_) {
handler_->handle(collection, timestep_begin, timestep_end);
}
os_ << "Finished writing : " << collection.name() << std::endl;
}
} // namespace yaco
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment