Class LoggerFactory

java.lang.Object
de.mid.innovator.ui.LoggerFactory

public class LoggerFactory extends Object
This class is to provide a logging instance. It delivers and configures a logger. The behavior of the logger is described in the class Logger.
  • Method Details

    • getLogger

      public static Logger getLogger(Class<?> clazz)
    • getLogger

      public static Logger getLogger()
    • exception

      public static void exception(Throwable ex)
    • convert2Logback

      public static String convert2Logback(String level)
    • convert2Log4J

      public static String convert2Log4J(String level)