Uses of Interface
momelog.LogListener

Packages that use LogListener
momelog Package containing core classes of MoMELog logging framework. 
momelog.listener Package containing LogListener implementation classes and classes used by them. 
 

Uses of LogListener in momelog
 

Methods in momelog that return LogListener
static LogListener Logger.getLogListener()
          Returns LogListener, that listens for logging events.
 

Methods in momelog with parameters of type LogListener
static void Logger.setLogListener(LogListener newListener)
          Sets LogListener instance to listen for and process logging events.
 

Uses of LogListener in momelog.listener
 

Classes in momelog.listener that implement LogListener
 class LogCanvas
           LogListener implementation intended to display formatted logging events on device's or emulator's screen.
 class LogFile
          LogListener implementation intended to collect logging information in the destination file.