obix.logging.Logger
Class Logger
java.lang.Object
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
Constructor Summary |
Logger(String name)
Needed to satisfy compile requirements, not used in
this code |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jLogger
Logger jLogger
Logger
public Logger(String name)
- Needed to satisfy compile requirements, not used in
this code
- Parameters:
name
-
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.