I want to export the log of my app in a html file,until now the log is displayed on the console of eclipse. in all my classes logs are defined by private static Logger logger = Logger.getLogger (classname.class.getName ());
does anyone know how I can do this in java?