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