goeh / weather-collector

This Java program read data from a weather station (Davis Vantage Pro2) and store it in a SQL database
5 stars 3 forks source link

Use log4j2 for logging #17

Closed goeh closed 2 years ago

goeh commented 2 years ago

Replace java.util.logging with log4j2, because it is easier to work with IMO.