Uses of Class
com.sun.istack.logging.Logger
-
Packages that use Logger Package Description com.sun.istack.logging -
-
Uses of Logger in com.sun.istack.logging
Methods in com.sun.istack.logging that return Logger Modifier and Type Method Description static LoggerLogger. getLogger(Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.
-