| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.m2m.atl.common.ATLLogger
public class ATLLogger
The common ATL logger.
| Field Summary | |
|---|---|
| protected static java.util.logging.Logger | logger | 
| static java.lang.String | LOGGER_IDThe logger ID. | 
| static java.util.logging.Level | LOGLEVELThe lowest logging level to log. | 
| Constructor Summary | |
|---|---|
| protected  | ATLLogger()Constructor. | 
| Method Summary | |
|---|---|
| static void | fine(java.lang.String msg)Log a FINE message. | 
| static java.util.logging.Logger | getLogger()Returns the ATL logger. | 
| static void | info(java.lang.String msg)Log an INFO message. | 
| static void | log(java.util.logging.Level level,
    java.lang.String msg,
    java.lang.Throwable thrown)Log a message. | 
| static void | severe(java.lang.String msg)Log a SEVERE message. | 
| static void | warning(java.lang.String msg)Log a WARNING message. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String LOGGER_ID
public static final java.util.logging.Level LOGLEVEL
protected static java.util.logging.Logger logger
| Constructor Detail | 
|---|
protected ATLLogger()
| Method Detail | 
|---|
public static java.util.logging.Logger getLogger()
public static void log(java.util.logging.Level level,
                       java.lang.String msg,
                       java.lang.Throwable thrown)
level - the message severitymsg - The string message (or a key in the message catalog)thrown - the throwable causepublic static void fine(java.lang.String msg)
msg - The string message (or a key in the message catalog)public static void info(java.lang.String msg)
msg - The string message (or a key in the message catalog)public static void warning(java.lang.String msg)
msg - The string message (or a key in the message catalog)public static void severe(java.lang.String msg)
msg - The string message (or a key in the message catalog)| 
 | Copyright 2007 IBM Corporation and others. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||