netcom.log
Interface Logable


public interface Logable

interface that is implemented by Logger


Method Summary
 void addLogEntry(LogEntry entry)
           
 LogEntry[] getLogEntries(int from, int to)
           
 int getMaxLogEntryNumber()
           
 int getSessionNumber()
           
 

Method Detail

addLogEntry

public void addLogEntry(LogEntry entry)

getLogEntries

public LogEntry[] getLogEntries(int from,
                                int to)

getMaxLogEntryNumber

public int getMaxLogEntryNumber()

getSessionNumber

public int getSessionNumber()