Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Keep improved comments from commit 9304dfd37f.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 27 Jan 2021 13:24:27 +0000 (14:24 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 27 Jan 2021 14:16:14 +0000 (15:16 +0100)
include/xbt/log.h

index 5ee5e4b..6c6c4ff 100644 (file)
@@ -5,25 +5,8 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-/** @addtogroup XBT_log
- *  @brief A generic logging facility in the spirit of log4j (grounding feature)
- *
- */
-
-/** @defgroup XBT_log_cats Existing log categories
- *  @ingroup XBT_log
- *  @brief (automatically extracted)
- *
- *  This is the list of all existing log categories in SimGrid.
- *  This list is automatically extracted from the source code by the tools/doxygen/xbt_log_extract_hierarchy.pl utility.
- *
- *  It should thus contain every categories that are defined in the SimGrid library.
- *  If you want to see the one defined in your code in addition, provide `--help-logs` on the command line of your
- * simulator.
- */
-
-/* XBT_LOG_MAYDAY: define this to replace the logging facilities with basic printf function.
-   Useful to debug the logging facilities themselves, or to not make prehistoric source analysis tools mad. */
+/* Define the XBT_LOG_MAYDAY symbol to change all logging facilities into basic printfs, e.g. to debug the logs
+ * themselves. */
 //#define XBT_LOG_MAYDAY
 
 #ifndef XBT_LOG_H