org.teiid.test.framework
Class TestLogger

java.lang.Object
  extended by org.teiid.test.framework.TestLogger

public class TestLogger
extends java.lang.Object

Author:
vanhalbert

Field Summary
static java.util.logging.Level CONFIG
           
static java.util.logging.Level DEBUG
           
static java.util.logging.Level INFO
           
 
Constructor Summary
TestLogger()
           
 
Method Summary
static void log(java.lang.String msg)
           
static void logConfig(java.lang.String msg)
           
static void logDebug(java.lang.String msg)
           
static void logDebug(java.lang.String msg, java.lang.Throwable t)
           
static void logInfo(java.lang.String msg)
           
static void setLogLevel(java.util.logging.Level level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static final java.util.logging.Level INFO

DEBUG

public static final java.util.logging.Level DEBUG

CONFIG

public static final java.util.logging.Level CONFIG
Constructor Detail

TestLogger

public TestLogger()
Method Detail

setLogLevel

public static final void setLogLevel(java.util.logging.Level level)

logDebug

public static final void logDebug(java.lang.String msg)

logDebug

public static final void logDebug(java.lang.String msg,
                                  java.lang.Throwable t)

logInfo

public static final void logInfo(java.lang.String msg)

logConfig

public static final void logConfig(java.lang.String msg)

log

public static final void log(java.lang.String msg)


Copyright © 2011. All Rights Reserved.