/******************************************************************************* * Copyright 2019 UChicago Argonne, LLC. * (c.f. AUTHORS, LICENSE) * * This file is part of the Argo containers project. * For more info, see https://xgitlab.cels.anl.gov/argo/containers * * SPDX-License-Identifier: BSD-3-Clause *******************************************************************************/ #include "ilogger.hpp" #include "utils.hpp" #include #include #include #include void ILogger::add_errno_in_log(const string& in_msg, int errnum, string &out_msg) { std::ostringstream oss; oss<