obix.logging.Logger
Class Logger

java.lang.Object
  extended by obix.logging.Logger.Logger

public class Logger
extends Object

Wrapper for logger to make this compatible with J2ME. This version is for J2SE. J2ME version will be provided when porting to that platform.

Author:
peter

Field Summary
(package private)  Logger jLogger
           
 
Constructor Summary
Logger(String name)
          Needed to satisfy compile requirements, not used in this code
 
Method Summary
 void fine(String msg)
           
 void info(String msg)
           
static Logger retrieveLogger(String name)
          Must use retrieve instead of 'get' to avoid compile error.
 void severe(String msg)
           
 void warning(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jLogger

Logger jLogger
Constructor Detail

Logger

public Logger(String name)
Needed to satisfy compile requirements, not used in this code

Parameters:
name -
Method Detail

retrieveLogger

public static Logger retrieveLogger(String name)
Must use retrieve instead of 'get' to avoid compile error.

Parameters:
name -
Returns:
logger instance

severe

public void severe(String msg)

info

public void info(String msg)

fine

public void fine(String msg)

warning

public void warning(String msg)


Copyright © 2006-2008 Peter Michalek All Rights Reserved.