Guest User

Untitled

a guest
Aug 10th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public class SimpleLogger {
  2.  
  3. private boolean argsLogEnabled = false;
  4.  
  5. private boolean returnLogEnabled = false;
  6.  
  7. private boolean throwsLogEnabled = false;
  8.  
  9. private String argLevel;
  10.  
  11. private String returnLevel;
  12.  
  13. private String throwsLevel;
  14.  
  15. // accessors
  16. }
Add Comment
Please, Sign In to add comment