Uses of Class
com.mcpdbwizard.pub.GenericLog

  • Uses of GenericLog in com.mcpdbwizard.pub

    Modifier and Type
    Class
    Description
    class 
    This is a lightweight implementation of LogInterface that uses standard output for information messages and standard error for everything else.
    class 
    An implementation of LogInterface that routes every message to java.util.logging (JUL), the logging framework built into the JDK.
    class 
    An implementation of LogInterface that routes every message to Apache Log4j 2.
    class 
    An implementation of LogInterface that routes every message to SLF4J (the Simple Logging Facade for Java).
    class 
    A heavyweight implementation of LogInterface.
    class 
    This is an implementation of LogInterface that uses a javax.swing.JLabel field to display messages.