Uses of Class
Logger

Uses of Logger in
 

Methods in with parameters of type Logger
static void Logger.logSafely(Logger logger, int intLogLevel, java.lang.String strMsg)
          Log a message, suppressing all possible errors, even the error of passing a null value for logger.
static void Logger.logErrorSafely(Logger logger, int intLogLevel, java.lang.String strMsg, java.lang.Throwable e)
          Log an error message, suppressing all possible errors, even the error of passing a null value for logger.