Uses of Interface
com.croftsoft.core.util.log.Log

Packages that use Log
com.croftsoft.core.gui Graphical user interface (GUI) classes complementary to java.awt and javax.swing. 
com.croftsoft.core.net.news Network News Transfer Protocol (NNTP). 
com.croftsoft.core.util.log Logging (created before java.util.logging). 
 

Uses of Log in com.croftsoft.core.gui
 

Classes in com.croftsoft.core.gui that implement Log
 class LogPanel
          A Log that records events to a JTextArea in a JPanel.
 

Uses of Log in com.croftsoft.core.net.news
 

Methods in com.croftsoft.core.net.news that return Log
 Log NntpSocket.getLog()
           
 

Methods in com.croftsoft.core.net.news with parameters of type Log
static String NntpLib.post(String nntpServer, Identifier identifier, UsenetMessage usenetMessage, Log log)
           
 void NntpSocket.setLog(Log log)
           
 

Constructors in com.croftsoft.core.net.news with parameters of type Log
NntpSocket(String nntpServerHost, Log log)
          Be sure to call command_QUIT() when done.
 

Uses of Log in com.croftsoft.core.util.log
 

Classes in com.croftsoft.core.util.log that implement Log
 class PrintStreamLog
          Writes log entries out to a PrintStream.
 class ServletContextLog
          Delegates logging to a ServletContext.
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)