Uses of Interface
org.mockcentral.editor.logging.IMockCentralLogger

Packages that use IMockCentralLogger
org.mockcentral.editor Contains a top-level classes and interfaces used to build editor applications for Mock Central configuration files. 
 

Uses of IMockCentralLogger in org.mockcentral.editor
 

Methods in org.mockcentral.editor that return IMockCentralLogger
static IMockCentralLogger MockCentralApplication.getLogger()
          Returns the IMockCentralLogger used to log info and error-level information.
 

Methods in org.mockcentral.editor with parameters of type IMockCentralLogger
static void MockCentralApplication.setLogger(IMockCentralLogger logger)
          Sets the IMockCentralLogger used to log info and error-level information.