Zomis / Brainduck

Brainfuck Interpreter in Java/Groovy, with a Groovy DSL
40 stars 1 forks source link

Logging with log4j #49

Open Zomis opened 8 years ago

Zomis commented 8 years ago

Consider using logging with log4j, instead of System.out.println everywhere. Only use System.out.print for actual output produced from Brainfuck program.

The amount of logging needs to be overlooked as well.