/* ---------------------------------------------------------------------------- * logtest.cpp * * Copyright (c) 2017 Yann Herklotz Grave -- MIT License * See file LICENSE for more details * ---------------------------------------------------------------------------- */ #include #include int main() { gLog << "First message"; gLog << "Second Message"; std::cout << "COUT\n"; }