org.openuat.log.j2me
Class BandyFactory

java.lang.Object
  extended by org.openuat.log.LogFactory
      extended by org.openuat.log.j2me.BandyFactory

public class BandyFactory
extends LogFactory

This is a LogFactory that is able to create openbandy loggers.
For a usage example, see LogFactory.

Version:
1.0
Author:
Lukas Huser

Constructor Summary
BandyFactory()
          Creates a new factory instance.
 
Method Summary
protected  Log newLogger(java.lang.String name)
          Creates a new wrapper around a logger from the underlying logging framework.
 
Methods inherited from class org.openuat.log.LogFactory
getLogger, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BandyFactory

public BandyFactory()
Creates a new factory instance.

Method Detail

newLogger

protected Log newLogger(java.lang.String name)
Description copied from class: LogFactory
Creates a new wrapper around a logger from the underlying logging framework.

Specified by:
newLogger in class LogFactory
Parameters:
name - The name of the new logger.
Returns:
The


2005-2009, Rene Mayrhofer.