|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinmuebles.util.LogInmuebles
public class LogInmuebles
Singleton que contiene el log de la aplicación.
Alternativa
Field Summary | |
---|---|
private static org.apache.log4j.Logger |
singleton
Objeto con la instancia única de este Singleton. |
Constructor Summary | |
---|---|
private |
LogInmuebles()
Constructor vacío del singleton. |
Method Summary | |
---|---|
static org.apache.log4j.Logger |
getSingleton()
Devuelve la instancia única de este Singleton. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static org.apache.log4j.Logger singleton
Constructor Detail |
---|
private LogInmuebles()
Method Detail |
---|
public static org.apache.log4j.Logger getSingleton()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |