The component needs its own logging calls. e.g. if the component is called a.b.c.d then you would need to set
log_level.a.b.c.d=DEBUG This assumes you are using the same logging manager as the rest of the code, and "a.b" is not "org.apache" Probably easiest for something like this to sprinkle print statements in the code temporarily. But I doubt it would help in this case; the problem is detected by the Menu Factory. You'll need to step through the code, or go back to something that works. On 26/09/2007, André Pfeiler <[EMAIL PROTECTED]> wrote: > > hi, > how can i increase gui debugging level for a custom plugin component? > > in the log i see only: > [eter.gui.util.MenuFactory] Could not instantiate XX.XXX.XXX > > I added a jsplitpane inside a VerticalPane class and don't know why the > gui > component can't be loaded. > > i tried: > log_level.<package_name>.className=DEBUG > ^^^ same error message as above > > > thanks, regards > andre > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
