]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initial revision
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 2 Sep 1998 16:45:26 +0000 (16:45 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 2 Sep 1998 16:45:26 +0000 (16:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@543 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/logtest.cc [new file with mode: 0644]

diff --git a/tests/base/logtest.cc b/tests/base/logtest.cc
new file mode 100644 (file)
index 0000000..3424ab0
--- /dev/null
@@ -0,0 +1,20 @@
+#include "../newdeal/base/include/base/logstream.h"
+
+LogStream deallog;
+
+main()
+{
+  deallog << "Test" << endl;
+  deallog.push("l1");
+  deallog << "Test1" << endl;
+  deallog.push("l2");
+  deallog << "Test2" << "Test3" << endl;
+  deallog.push("l3");
+  deallog << "Test4";
+  deallog.pop();
+  deallog << "Test5" << endl;
+  deallog.pop();
+  deallog << "Test6" << endl;
+  deallog.pop();
+  deallog << "Test7" << endl;
+}

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.