Advertisement
LapisMan

Untitled

Jul 12th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. package lapismayhem.empirelot.util;
  2.  
  3. import org.apache.logging.log4j.Logger;
  4.  
  5. public class Utils {
  6.  
  7. private static Logger logger;
  8.  
  9. public static Logger getLogger() {
  10. if(Logger == null) {
  11. logger
  12. }
  13. return logger;
  14. }
  15.  
  16. }
  17.  
  18.  
  19. is my file for utils
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement