Package nom.tam.util
Class LoggerHelper
java.lang.Object
nom.tam.util.LoggerHelper
Utility class offering simplifying methods related to
Logger
.-
Method Summary
-
Method Details
-
getLogger
- Parameters:
aClass
- the class to get the logger for.- Returns:
- a Java
Logger
for the specified class.
-