emeraldjava
A mix of running, cycling and various java & php coding posts
Saturday, 7 May 2011
jaudiotagger logging levels
To quickly disable the verbose the logging from the jaudiotagger library just set this at the start of your program.
Logger.getLogger("org.jaudiotagger").setLevel(Level.OFF);
Newer Posts
Older Posts
Home