Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use new style logging macros.
[simgrid.git] / include / xbt / log.h
2011-02-17 agierschUse new style logging macros.
2011-02-17 agierschDefine variadic logging macros.
2010-11-28 mquinsonthis file really should not depend on a generated file...
2010-11-23 schnorradding XBT_IN with 6 parameters
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 navarropBe compatible with windows
2010-10-01 mquinsonMissing includes by Arnaud Giersch
2010-07-06 navarrop[From Arnaud Giersch] Fix compilation warning about...
2010-07-06 navarrop[From Arnaud Giersch] In standard C, we are allowed...
2010-06-18 navarropRemove gras_config.h include.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-01 navarropSolve variable init value for windows.
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-20 cheriermOn Windows - Stack-based Buffer Overrun Detection ...
2008-03-06 mquinsonDon't be paranoid, people won't connect stuff badly...
2008-03-06 mquinsonStrict ANSI compilers (such as microsoft ones) do not...
2007-12-12 mquinsonChange the trick to build log category names: this...
2007-11-29 mquinsonRevert Malek's last change. Removing the feature is...
2007-11-28 cheriermThis change corrects the definition of the macro
2007-11-06 cheriermThis change avoid the redefinitions of log categories...
2007-10-12 mquinsonOops, I forgot this one
2007-10-11 mquinsonMove private definition out of the log.h public header...
2007-10-10 mquinsonKill old cruft
2007-10-09 mquinsonSome comments in the initalization of categories. Once...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 cheriermuncomment the special definition of XBT_LOG_NEW_DEFAULT...
2007-09-11 mquinsonGet serious about checking buffer overflows during...
2007-09-11 mquinsonActually, do not initialize at all the buffer to build...
2007-09-11 mquinsonStop build the log strings on the stack: we are multi...
2007-08-07 mquinsonComment windows cruft, which does not compile anyway...
2007-07-14 mquinsondoc improvement
2007-07-10 mquinsonComment a windows hack which is out of sync with log...
2007-06-28 vernierset an homogeneous max. number of parameters (10) for...
2007-06-06 mquinsonAllow to change the log layout format
2007-05-12 mquinsonNo reason to call it gras. It's part of simgrid, now
2007-05-10 mquinsonRandom cleanups in the log mecanisms, and make room...
2007-04-29 mquinsonfurther cleanups
2007-03-01 cheriermadapt the macro XBT_LOG_NEW_CATEGORY to the windows DLL
2007-03-01 mquinsonCleanups: macro renaming, improve documentation
2007-02-28 cheriermconsider log to windows dll
2007-02-08 cheriermcatgories must be exported in any case (so that they...
2007-02-08 cheriermany log category must be public
2007-02-07 mquinsonDo not put the extern keyword several times (XBT_PUBLIC...
2007-02-07 cheriermtake care of new dll import and dll export in Windows
2006-10-20 cheriermThe Ansi initialisation at the declaration of a struct...
2006-10-06 cheriermOnly adds the XBT_PUBLIC macro decoration a the beginin...
2006-09-22 mquinsonDo not export a single symbol since if we do so, we...
2006-08-29 mquinsonExport the log channels when building DLLs
2006-07-16 mquinsonDoxygen fixups
2006-06-14 thieryMissing LOG 9 and LOG10 when XBT_LOG_MAYDAY is defined
2006-06-13 mquinsonI admit. DEBUG10 is purely insane
2006-05-10 alegrandLet's be nice with C++ users...
2006-04-25 mquinsonAllow to declare a log category and not use it right...
2006-04-24 alegrandadding convenient XBT_IN5 macro
2006-04-03 mquinsonAllow up to 8 params to the INFO logging severity
2006-03-30 mquinsonRemove the old crufty navigation bars
2005-10-22 mquinsonXBT documentation reorganization. module-xbt only conta...
2005-08-27 mquinsonDocumentation of xbt_log module unmercifully reworked
2005-07-01 mquinsons/_XBT_GNUC_FUNCTION/_XBT_FUNCTION/ (that's how to...
2005-07-01 alegrandfix reference (especially the trailing ":")
2005-06-06 mquinsonDocument another public value, don't document in doxyge...
2005-03-08 mquinsonBuglet found by Loris: XBT_LOG_NEW_CATEGORY shouldn...
2005-02-27 mquinsonsplint'able
2005-02-07 mquinsonDo not document the crude internals of logs with the...
2005-01-29 alegrandupdating the doc
2004-12-14 mquinsonsome more possible logs (printf is the only way to...
2004-12-10 mquinsondefine max only when not previously defined (win32...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 mquinsonThe change Arnaud wanted so much: Big Star Erradication
2004-10-06 mquinsonCurrent state. See changelog, sorry, I'm out of time
2004-10-04 mquinsonInterface revolution: do not try to survive to malloc...
2004-09-28 mquinsonMake sure it works on my laptop before trying on AIX...
2004-09-28 mquinsonSome work to get it ansi compliant, still much to doo
2004-09-09 mquinson - Reduce the number of system headers loaded, overloa...
2004-09-06 mquinsonsplit gras and gros