<%@taglib uri="xtags" prefix="x"%><%@ page import="java.io.*,fr.webnet.context.ApplicationContextFactory,fr.webnet.log.LoggingService" %><% LoggingService logService = ApplicationContextFactory.getApplicationContext().getLoggingService(); logService.log(LoggingService.INFO_LEVEL," - [INFO] - Appel de la page"); logService.log(LoggingService.INFO_LEVEL," - [INFO] - debut : " + System.currentTimeMillis()); %> <% if(request.getParameter("error_cp")!=null) { %> 1 <% } %> <% logService.log(LoggingService.INFO_LEVEL," - [INFO] - fin : " + System.currentTimeMillis()); %>