Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
source code to manage the Windows Unix and Mac file formats.
[simgrid.git] / testsuite / xbt / log_usage.c
index 3c15144dade5830ccf5b83cc7112c661205a83ff..80a216002e1629e7c8bb6524b54c2fbef46ef509 100644 (file)
@@ -36,8 +36,11 @@ int main(int argc, char **argv) {
   xbt_init(&argc,argv);
 
   dolog("");
-  dolog("test.thres:debug");
-  dolog("test.thres:critical");
+  dolog(" ");
+  dolog(" test.thres:info root.thres:info  ");
+  dolog(" test.thres:debug ");
+  dolog(" test.thres:verbose root.thres:error ");
+  dolog(" test.thres:critical ");
   
   xbt_exit();
   return 0;