|| name.startsWith("org.hibernate.");
}
public static class OpenEJBSimpleLayoutHandler extends ConsoleHandler {
public OpenEJBSimpleLayoutHandler() {
setFormatter(new SingleLineFormatter());
//setOutputStream(System.out); // don't do it otherwise you'll lost exception etc in the console
Reflections.set(this, "writer", new OutputStreamWriter(System.out));
}