|
From: Philippe H. <phi...@ya...> - 2006-05-09 09:00:17
|
Hello, > 1. where can I find the whole list of specifiers > like (%R, %x, %m etc.)? It is associated with the PatternLayout class in doxygen generated documentation and looks like this : # %c - the category # %d - the date # %D - seconds since 1970 # %m - the message # %n - the platform specific line separator # %p - the priority # %r - milliseconds since this layout was created. # %R - seconds since Jan 1, 1970 # %u - clock ticks since process start # %x - the NDC > 2. what is the difference between the files > log4cpp.init and log4cpp.properties? and How to > write those files? The best documentation we found for this was in the PropertyConfiguratorImpl.cpp source file, which gives you the list of existing appenders and the associated properties. > 4. which version of log4cpp is thread-safe. None. We submitted a patch (id 1368387) for a blatant problem about thread safety in log4cpp 0.3.5rc3 CategoryStream class several months ago but got no answer. Regards, PH ___________________________________________________________________________ Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services préférés : vérifiez vos nouveaux mails, lancez vos recherches et suivez l'actualité en temps réel. Rendez-vous sur http://fr.yahoo.com/set |