Interface jif.jiflet.JifApplication
All Packages Class Hierarchy This Package Previous Next Index
Interface jif.jiflet.JifApplication
- public interface JifApplication
- extends Object
Defines a standard interface for Jiflets
- See Also:
- Jiflet
-
JLL_DEBUG
- These constants define the JIF Log Levels (JLL) that can be
used for logging.
-
JLL_ERROR
-
-
JLL_FATAL
-
-
JLL_INFO
-
-
JLL_WARNING
-
-
init()
-
-
log(char, String)
-
JLL_DEBUG
public final static char JLL_DEBUG
- These constants define the JIF Log Levels (JLL) that can be
used for logging.
JLL_INFO
public final static char JLL_INFO
JLL_WARNING
public final static char JLL_WARNING
JLL_ERROR
public final static char JLL_ERROR
JLL_FATAL
public final static char JLL_FATAL
init
public abstract void init()
log
public abstract void log(char logLevel,
String logEntry)
All Packages Class Hierarchy This Package Previous Next Index