// Copyright (c) 2021 Andrey Semashev // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at // https://www.boost.org/LICENSE_1_0.txt) #include #include #include #include #include #include #include #include int main() { BOOST_LOG_TRIVIAL(info) << "Hello world!"; }