From e68759a4101567a27e306eae0a907baa759ae80c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 12 Nov 2017 22:30:20 +0000 Subject: Designing simple preview game --- tests/logtest.cpp | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'tests/logtest.cpp') diff --git a/tests/logtest.cpp b/tests/logtest.cpp index 9cd5288a..359311ec 100644 --- a/tests/logtest.cpp +++ b/tests/logtest.cpp @@ -1,3 +1,11 @@ +/* ---------------------------------------------------------------------------- + * logtest.cpp + * + * Copyright (c) 2017 Yann Herklotz Grave -- MIT License + * See file LICENSE for more details + * ---------------------------------------------------------------------------- + */ + #include #include @@ -5,10 +13,7 @@ int main() { gLog << "Hello World"; - yage::Logger l; - l() << "Hello my name is Yann"; - std::cout << "#####################\n"; - gLog << "Yanananan"; - gLog << "Remove the top element"; + gLog << "This is Yann"; + std::cout << "Hello\n"; } -- cgit