|
From: Michael T. <li...@mj...> - 2003-07-06 16:35:25
|
On Sunday, July 6, 2003, at 12:15 PM, Jacques wrote: > 1/ > My log look like : > INFO - 10931DPGroupBrowserController.m:95) -[DPGroupBrowserController > notificationReceived:] - in notification received > > What are the number 10931 and 95 (the first number change, the second > doesn't). The 10931 is the number of milliseconds since the program started. The 95 is the line number of the log statement in DPGroupBrowserController.m. > 2/ How can we have a file output ? I think you can do this by setting the root logger to use an L4WriterAppender, but I've not tried this yet. > 3/ Is like with Log4Java it's possible to have a little config file > near > the application to change the debug level ? I don't think that's implemented yet. -- Michael Tsai <http://www.c-command.com> |