> But I suppose if we had each logger return the formatted message it
> could still be fine, such as:
>
> String msg = logger.fatal("config.noContainerFound",
> d.getContainerId(), d.getEjbName());
> throw new OpenEJBException(msg);
>
This is a nice idea !! .-- Karan Singh Malhi
