I\'m writing a tool that\'s going to be check the health of workstations across a network, and will fix according to the issues it finds. I want to create a log file as the
You can use http://logging.apache.org/ library and use a database appender to collect all your log info together.