Package org.bidib.wizard.mvc.logger.view
Class LogsPane
java.lang.Object
org.bidib.wizard.mvc.logger.view.LogsPane
-
Constructor Summary
ConstructorsConstructorDescriptionLogsPane()Creates the text area, sets it as non-editable and sets an observer to intercept logs. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()get()Returns the JScrollPane object.protected voidpublishLoggingEvent(ch.qos.logback.classic.spi.ILoggingEvent log)
-
Constructor Details
-
LogsPane
public LogsPane()Creates the text area, sets it as non-editable and sets an observer to intercept logs.
-
-
Method Details
-
get
Returns the JScrollPane object.- Returns:
- the JScrollPane object.
-
publishLoggingEvent
protected void publishLoggingEvent(ch.qos.logback.classic.spi.ILoggingEvent log) -
close
public void close()
-