Guest User

Untitled

a guest
Mar 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import org.apache.log4j.Logger;
  2.  
  3. public class YourClass {
  4.  
  5. private static final Logger logger = Logger.getLogger(YourClass.class);
  6. }
Add Comment
Please, Sign In to add comment