RangerWolf / language-detection

Automatically exported from code.google.com/p/language-detection
0 stars 0 forks source link

isVerbose is using System.out.println should direct to a logger #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use the library within a tomcat environment
2.The isVerbose output is directed to the console and cannot be caught by 
loggers (like log4j)

What is the expected output? What do you see instead?
Log entries coming from the isVerbose should be directed to a logger. (LOG4J 
preferably)

What version of the product are you using? On what operating system?
langdetect-09-13-2011.zip On windows 7, server 2008 and Ubuntu 12

Original issue reported on code.google.com by stained...@gmail.com on 8 Jan 2013 at 4:11