Mark Woon wrote: > I keep seeing logger and log-level associated with tags, I assume this > specifies a logger to use, and the minimum log-level a log even has to > be at before it'll log? Is this just something that's associated with > any Component that implements LogEnabled?
In the jdbcdatasource example, logkit.xml defines: <logkit logger="lm" log-level="INFO"> ... </logkit> But there's no <category name="lm"> defined. Is there some default logger category? -Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
