This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
getLogger parameter
- From: Andrew Cagney <cagney at redhat dot com>
- To: frysk <frysk at sources dot redhat dot com>
- Date: Wed, 16 Aug 2006 15:14:05 -0400
- Subject: getLogger parameter
FYI,
I've changed all the calls to getLogger() so that they specify the
current package (e.g., frysk.event, frysk.proc, frysk.gui.monitor), and
not frysk .Config .FRYSK_LOG_ID. My understanding of the logging code
is that's the general intent as it makes possible fine-grained logging
such as just frysk.event, et.al.
A follow-on is obviously to let us manipulate logging at that finer level.
Andrew