Update the following to use SLF4J:
com.raytheon.edex.plugin.radar
com.raytheon.edex.plugin.recco
com.raytheon.uf.edex.plugin.npp.viirs
Most files were deriving directly or indirectly from the deprecated
AbstractDecoder class and using a protected logger member variable. This
change adds a private logger member variable. In some cases a class no
longer extends AbstractDecoder if the (now hidden) protected logger was
the only inherited item used.
amend:Do not throw PluginException in RadarDecoder.java
Change-Id: Ib65b4624d713be6d9db4d6ff216e0307593f0acf
Former-commit-id: d00fe48ce641253dae3adcad7cb56d48ec9376cd