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

Variable Index

 o JLL_DEBUG
These constants define the JIF Log Levels (JLL) that can be used for logging.
 o JLL_ERROR
 o JLL_FATAL
 o JLL_INFO
 o JLL_WARNING

Method Index

 o init()
 o log(char, String)

Variables

 o JLL_DEBUG
  public final static char JLL_DEBUG
These constants define the JIF Log Levels (JLL) that can be used for logging.
 o JLL_INFO
  public final static char JLL_INFO
 o JLL_WARNING
  public final static char JLL_WARNING
 o JLL_ERROR
  public final static char JLL_ERROR
 o JLL_FATAL
  public final static char JLL_FATAL

Methods

 o init
  public abstract void init()
 o log
  public abstract void log(char logLevel,
                           String logEntry)

All Packages  Class Hierarchy  This Package  Previous  Next  Index