Casey Marshall wrote:
> Attached is an initial implementation of a component-level logging
> system, like I mentioned earlier on the Classpath list. Comments are
> welcome.

This looks like a very good idea to me.

>    String defaults = (String) AccessController.doPrivileged
>      (new GetPropertyAction ("gnu.classpath.debug.components"));

You can directly access gnu.classpath.SystemProperties, instead of going
through GetPropertyAction.

Regards,
Jeroen


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to