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