Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/02/2011, 12:19
megaosiris
 
Fecha de Ingreso: febrero-2011
Mensajes: 8
Antigüedad: 13 años, 3 meses
Puntos: 0
A que se debe el Codigo tachado en eclipse...

Codigo tachado en eclipse...
Al leer el código me encuentro con que algunas palabras están tachadas.

PrintStream prt = new PrintStream(new LoggingOutputStream(Category.getRoot(),
Priority.DEBUG), true);

System.setOut(prt);

PrintStream prtError = new PrintStream(new LoggingOutputStream(Category.getRoot(),
Priority.ERROR), true);
System.setErr(prtError);

Alguien sabe a k se debe?¿
Gracias!