Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce log appenders
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 12 Dec 2008 00:43:24 +0000 (00:43 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 12 Dec 2008 00:43:24 +0000 (00:43 +0000)
commita3a9277b2d833bad63f6ca22dcf9cc563fbe0f68
tree20c1b8f812e7f3bb9197832333b22911eb20d4de
parent56417ff927246c7dd199fbebda6a49bc34f27950
Introduce log appenders
They allow redirecting the output of the specified categories to a file.
Please check the doc on more info about how to use them, but
  --log=xbt.app:file:xbt.log --log=surf.app:file:surf.log
does what you may hope.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/xbt/log.c
src/xbt/xbt_log_appender_file.c