Uses of Interface
org.openbandy.log.Log

Packages that use Log
org.openbandy.log   
org.openbandy.service   
 

Uses of Log in org.openbandy.log
 

Classes in org.openbandy.log that implement Log
 class LogImpl
          Implementation of the Log interface for use with CLDC and MIDP on mobile devices.
 

Uses of Log in org.openbandy.service
 

Methods in org.openbandy.service with parameters of type Log
static void LogService.setLog(Log log)