Uses of Class
org.almendra.commons.util.logging.LogView

Packages that use LogView
org.almendra.commons.util.logging   
 

Uses of LogView in org.almendra.commons.util.logging
 

Fields in org.almendra.commons.util.logging declared as LogView
protected  LogView ErrorLogger.view
           
 

Methods in org.almendra.commons.util.logging that return LogView
static LogView LogView.open(java.lang.String title)
          Starts the application.
 

Methods in org.almendra.commons.util.logging with parameters of type LogView
 void ErrorLogger.closed(LogView view)