Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static Logger LOGGER = null;
- public static void main(String[] args) {
- if(args.length != 2) {
- return;
- }
- LOGGER = Logger.getLogger("MyLog");
- //Vet ej om nödvändigt
- SimpleFormatter formatter = new SimpleFormatter();
- fh.setFormatter(formatter);
- ...
- }
- Sen när du vill printa ut något t.ex
- Othello.LOGGER.info("Depth = " + depth);
Advertisement
Add Comment
Please, Sign In to add comment