rero.gui
Class BuiltInLogger

java.lang.Object
  extended byrero.gui.BuiltInLogger

public class BuiltInLogger
extends Object


Field Summary
protected  IRCSession client
           
protected static boolean isEnabled
           
protected static ClientStateListener listener
           
protected static HashMap logHandles
           
protected  SocketInformation socket
           
protected static boolean stripColors
           
protected static boolean timeStamp
           
 
Constructor Summary
BuiltInLogger(IRCSession _client)
           
 
Method Summary
static String getLogFileName(SocketInformation socket, String window)
           
 boolean isEnabled()
           
 void logMessage(String window, String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isEnabled

protected static boolean isEnabled

timeStamp

protected static boolean timeStamp

stripColors

protected static boolean stripColors

logHandles

protected static HashMap logHandles

listener

protected static ClientStateListener listener

socket

protected SocketInformation socket

client

protected IRCSession client
Constructor Detail

BuiltInLogger

public BuiltInLogger(IRCSession _client)
Method Detail

logMessage

public void logMessage(String window,
                       String text)

isEnabled

public boolean isEnabled()

getLogFileName

public static String getLogFileName(SocketInformation socket,
                                    String window)