Uses of Class
edu.uoc.tfc.exuoc.controladors.GestorLogs

Packages that use GestorLogs
edu.uoc.tfc.exuoc.controladors   
edu.uoc.tfc.exuoc.vistes   
 

Uses of GestorLogs in edu.uoc.tfc.exuoc.controladors
 

Methods in edu.uoc.tfc.exuoc.controladors that return GestorLogs
 GestorLogs AbstractInGestor.getLog()
           
 GestorLogs GestorArxiuDades.getLog()
           
 GestorLogs GestorContenidors.getLog()
           
 GestorLogs GestorItems.getLog()
           
 GestorLogs GestorMetadades.getLog()
           
 GestorLogs GestorSessions.getLog()
           
 GestorLogs GestorUsuaris.getLog()
           
 GestorLogs InterfaceGestor.getLog()
           
 GestorLogs GestorCerques.getLogexuoc()
           
static GestorLogs GestorLogs.getLogger(java.lang.String nomClasse)
           
static GestorLogs GestorLogs.getRootLog()
           
 

Methods in edu.uoc.tfc.exuoc.controladors with parameters of type GestorLogs
 void AbstractInGestor.setLog(GestorLogs log)
           
 void GestorArxiuDades.setLog(GestorLogs log)
           
 void GestorContenidors.setLog(GestorLogs log)
           
 void GestorItems.setLog(GestorLogs log)
           
 void GestorMetadades.setLog(GestorLogs log)
           
 void GestorSessions.setLog(GestorLogs log)
           
 void GestorUsuaris.setLog(GestorLogs log)
           
 void InterfaceGestor.setLog(GestorLogs log)
           
 void GestorCerques.setLogexuoc(GestorLogs log)
           
 

Uses of GestorLogs in edu.uoc.tfc.exuoc.vistes
 

Methods in edu.uoc.tfc.exuoc.vistes that return GestorLogs
 GestorLogs IGestorSessions.getLog()
           
 

Methods in edu.uoc.tfc.exuoc.vistes with parameters of type GestorLogs
 void IGestorSessions.setLog(GestorLogs log)