if (isAppDebug(ctx)) {
System.out.println("Beginning creation of log holder...");
}
if (Activator.isAPIEnabled()) {
Map<String, Object> localMap = TypedUtil.getSessionMap(ctx.getExternalContext());
XspOpenLogErrorHolder ol_ = new XspOpenLogErrorHolder();
localMap.put("openLogBean", ol_);
if (isAppDebug(ctx)) {
System.out.println("Created log holder...");
}
}