Constructor in the org.w3c.jigsaw.http.Logger

Is it possible to explicitly define the Logger constructor as protected or public?  Since the constructor does not explicitly define the access allowed, java defaults to allow only other classes in its package.  Since the logger is suppose to be extensible, I am not sure why I couldn't define a logger in a totally separate package.  Please let me know if I am missing something or if I should be using a different class to create a custom logger?

Thanks,
Brian

Received on Tuesday, 25 March 2003 18:24:09 UTC