From: Alexander <san...@gm...> - 2014-06-11 16:55:51
|
Hello, Log4cpp may log thread name for you automatically by using option %t Full list of supported characters you may find on the start page http://log4cpp.sf.net or in header file PatternLayout.hh There is no such option as process id or fqdn, but I think you can solve your task by using NDC (nested diagnostic contexts) Kind regards, Alexander. |