Skip to content

Instantly share code, notes, and snippets.

@HashRaygoza
Created August 29, 2016 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HashRaygoza/d30f5a564f1f2b6dd44221714c79c78a to your computer and use it in GitHub Desktop.
Save HashRaygoza/d30f5a564f1f2b6dd44221714c79c78a to your computer and use it in GitHub Desktop.
package bitacora.subnivel.under;
import java.util.logging.Level;
import java.util.logging.Logger;
public class InternalSys {
private final static Logger LOGGER = Logger.getLogger("bitacora.subnivel.under.InternalSys");
public void llamadaSistema(){
LOGGER.log(Level.WARNING, "Ocurrio un error de acceso en 0xFF");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment