X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b535dc5f8e8d9402e481b0186ddb81f11b486d01..29c54250185627bc66380a283f2289dcdd4d6353:/docs/source/outcomes.rst diff --git a/docs/source/outcomes.rst b/docs/source/outcomes.rst index 441ec3d8a2..152fe61658 100644 --- a/docs/source/outcomes.rst +++ b/docs/source/outcomes.rst @@ -12,8 +12,8 @@ Using ``printf`` or ``println`` to display information is possible, but quickly should use SimGrid's logging facilities, that are inspired from `Log4J `_. This way, you can filter the messages at runtime, based on their severity and their topic. There is four main concepts in SimGrid's logging mechanism: -The **category** of a message represents its topic. These categories are organized as a hierarchy, loosely corresponding to SimGrid's modules architecture. `Existing categories -`_ are documented online, but some of them may be disabled depending on the compilation options. Use ``--help-log-categories`` on the command line to see +The **category** of a message represents its topic. These categories are organized as a hierarchy, loosely corresponding to SimGrid's modules architecture. :ref:`Existing categories +` are documented online, but some of them may be disabled depending on the compilation options. Use ``--help-log-categories`` on the command line to see the categories actually provided a given simulator. The message **priority** represents its severity. It can be one of ``trace``, ``debug``, ``verb``, ``info``, ``warn``, ``error`` and ``critical``. Every category has a configured @@ -32,6 +32,8 @@ its own appender. For more information, please refer to the :ref:`programmer's interface ` to learn how to produce messages from your code, or to :ref:`logging_config` to see how to change the settings at runtime. +.. _outcome_vizu: + Graphical and statistical logging *********************************