X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd8b1f6f7a1fb9e79540cb9eb850c0dc6b99fe3e..196b543c8e909828b40e851eaf4443ee28f76c70:/docs/source/Outcomes.rst diff --git a/docs/source/Outcomes.rst b/docs/source/Outcomes.rst index 152fe61658..152e8e271b 100644 --- a/docs/source/Outcomes.rst +++ b/docs/source/Outcomes.rst @@ -3,6 +3,18 @@ Simulation outcomes ################### +.. raw:: html + + + +
+
+ .. _outcome_logs: Textual logging @@ -13,7 +25,7 @@ should use SimGrid's logging facilities, that are inspired from `Log4J ` 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 +` 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 @@ -37,11 +49,10 @@ change the settings at runtime. Graphical and statistical logging ********************************* -To be written. For now, see `this page `_. +To be written. For now, see `this page `_. Building your own logging ************************* -You can add callbacks to the existing signals to get informed of each and every even occuring in the simulator. These callbacks can be used to write logs on disk in the format that +You can add callbacks to the existing signals to get informed of each and every even occurring in the simulator. These callbacks can be used to write logs on disk in the format that you want. Some users did so to visualize the behavior of their simulators with `Jaeger `_. -