Guest User

Untitled

a guest
Aug 15th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <configuration monitorInterval="3">
  4. <appenders>
  5. <File name="FILE" fileName="logs/error.log"/>
  6. </appenders>
  7. <loggers>
  8. <root level="error">
  9. <appender-ref ref="FILE"/>
  10. </root>
  11. </loggers>
  12.  
  13. </configuration>
  14.  
  15. public static Logger log = LogManager.getLogger(Start.class);
  16.  
  17. public static Logger log = LogManager.getLogger(SomeClass.class);
Add Comment
Please, Sign In to add comment