Package org.bidib.wizard.mvc.logger.view
Class LogsPane
- java.lang.Object
-
- org.bidib.wizard.mvc.logger.view.LogsPane
-
public class LogsPane extends Object
-
-
Constructor Summary
Constructors Constructor Description LogsPane()Creates the text area, sets it as non-editable and sets an observer to intercept logs.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()JScrollPaneget()Returns the JScrollPane object.protected voidpublishLoggingEvent(ch.qos.logback.classic.spi.ILoggingEvent log)
-
-
-
Method Detail
-
get
public JScrollPane get()
Returns the JScrollPane object.- Returns:
- the JScrollPane object.
-
publishLoggingEvent
protected void publishLoggingEvent(ch.qos.logback.classic.spi.ILoggingEvent log)
-
close
public void close()
-
-