org.pscode.ui.log.config
Class LogMenu

java.lang.Object
  extended by org.pscode.ui.log.config.LogMenu

public class LogMenu
extends Object


Field Summary
 Logger logger
           
 
Constructor Summary
LogMenu()
           
 
Method Summary
 void configureTextField(JTextField tf)
           
 void exportLog()
           
 String getLogLevel()
           
 JMenu getLogMenu()
           
 void handleError(Throwable t)
          Generic method to add the Throwable to the log.
 void selectLogLevel(String logLevel)
           
 void setRecord(LogRecord logRecord)
           
 void showLog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public Logger logger
Constructor Detail

LogMenu

public LogMenu()
Method Detail

getLogMenu

public JMenu getLogMenu()

configureTextField

public void configureTextField(JTextField tf)

setRecord

public void setRecord(LogRecord logRecord)

selectLogLevel

public void selectLogLevel(String logLevel)

getLogLevel

public String getLogLevel()

showLog

public void showLog()

exportLog

public void exportLog()

handleError

public void handleError(Throwable t)
Generic method to add the Throwable to the log.