Created
          August 29, 2016 16:10 
        
      - 
      
- 
        Save HashRaygoza/71020c73d0e6dafb58cb4e050e8fad45 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package bitacora.subnivel; | |
| import java.util.logging.Level; | |
| import java.util.logging.Logger; | |
| public class Utilidades { | |
| private final static Logger LOGGER = Logger.getLogger("bitacora.subnivel.Utilidades"); | |
| public void funcionDudosa(){ | |
| LOGGER.log(Level.SEVERE, "ERROR MASIVO"); | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment