com.ibm.di.fc.rxaunittests
Class QA_LogProxyImpl

java.lang.Object
  extended by com.ibm.di.fc.rxaunittests.QA_LogProxyImpl
All Implemented Interfaces:
LogProxy

public class QA_LogProxyImpl
extends Object
implements LogProxy


Constructor Summary
QA_LogProxyImpl()
           
 
Method Summary
 void close()
           
 void debug(String res)
           
 void debug(String res, Object param)
           
 void debug(String res, Object[] params)
           
 void debug(String res, Object param1, Object param2)
           
 void dump(Object o)
          This methods dumps an Object to the log file.
 void dumpEntry(Entry e)
          Dumps a formatted message to the logfile from the contents of an Entry.
 void error(String res)
           
 void error(String res, Object[] params)
           
 void error(String res, Object[] params, Throwable error)
           
 void error(String res, Object param, Throwable error)
           
 void error(String res, String param)
           
 void error(String res, String param1, String param2)
           
 void error(String res, Throwable error)
           
 void fatal(String res)
           
 void fatal(String res, Object param)
           
 void fatal(String res, Object[] params)
           
 void fatal(String res, Object param, Throwable err)
           
 void fatal(String res, Throwable err)
           
 void fine(String res)
           
 void fine(String res, Object param)
           
 void fine(String res, Object[] params)
           
 void fine(String res, Object param1, Object param2)
           
 boolean getDebug()
          Return the value of the debug parameter.
 Log getLog()
           
 String getPrefix()
          Returns the prefix to be prepended to all messages.
 String getString(String resource)
          Return the NLS string given the resource.
 String getString(String resource, Object param)
          Return the NLS string given the resource and a parameter.
 String getString(String resource, Object[] params)
          Return the NLS string given the resource and an array of parameters.
 String getString(String resource, Object param1, Object param2)
          Return the NLS string given the resource and two parameters.
 void info(String res)
           
 void info(String res, Object param)
           
 void info(String res, Object[] params)
           
 void info(String res, Object param1, Object param2)
           
 void log(String level, String msg)
           
 void logdebug(String msg)
           
 void logerror(String msg)
           
 void logerror(String msg, Throwable error)
           
 void logfatal(String msg)
           
 void logfine(String msg)
          Logs a message to the output stream.
 void loginfo(String msg)
           
 void logwarn(String msg)
           
 void setDebug(boolean debug)
          Sets debug parameter.
 void setPrefix(String prefix)
          Sets a prefix to be prepended to all messages.
 void warn(String res)
           
 void warn(String res, Object param)
           
 void warn(String res, Object[] params)
           
 void warn(String res, Object param1, Object param2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QA_LogProxyImpl

public QA_LogProxyImpl()
Method Detail

close

public void close()
Specified by:
close in interface LogProxy

debug

public void debug(String res)
Specified by:
debug in interface LogProxy

debug

public void debug(String res,
                  Object param)
Specified by:
debug in interface LogProxy

debug

public void debug(String res,
                  Object[] params)
Specified by:
debug in interface LogProxy

debug

public void debug(String res,
                  Object param1,
                  Object param2)
Specified by:
debug in interface LogProxy

dump

public void dump(Object o)
This methods dumps an Object to the log file.

Specified by:
dump in interface LogProxy

dumpEntry

public void dumpEntry(Entry e)
Dumps a formatted message to the logfile from the contents of an Entry.

Specified by:
dumpEntry in interface LogProxy

error

public void error(String res)
Specified by:
error in interface LogProxy

error

public void error(String res,
                  Object[] params)
Specified by:
error in interface LogProxy

error

public void error(String res,
                  Object[] params,
                  Throwable error)
Specified by:
error in interface LogProxy

error

public void error(String res,
                  Object param,
                  Throwable error)
Specified by:
error in interface LogProxy

error

public void error(String res,
                  String param)
Specified by:
error in interface LogProxy

error

public void error(String res,
                  String param1,
                  String param2)
Specified by:
error in interface LogProxy

error

public void error(String res,
                  Throwable error)
Specified by:
error in interface LogProxy

fatal

public void fatal(String res)
Specified by:
fatal in interface LogProxy

fatal

public void fatal(String res,
                  Object param)
Specified by:
fatal in interface LogProxy

fatal

public void fatal(String res,
                  Object[] params)
Specified by:
fatal in interface LogProxy

fatal

public void fatal(String res,
                  Object param,
                  Throwable err)
Specified by:
fatal in interface LogProxy

fatal

public void fatal(String res,
                  Throwable err)
Specified by:
fatal in interface LogProxy

fine

public void fine(String res)
Specified by:
fine in interface LogProxy

fine

public void fine(String res,
                 Object param)
Specified by:
fine in interface LogProxy

fine

public void fine(String res,
                 Object[] params)
Specified by:
fine in interface LogProxy

fine

public void fine(String res,
                 Object param1,
                 Object param2)
Specified by:
fine in interface LogProxy

getDebug

public boolean getDebug()
Return the value of the debug parameter.

Specified by:
getDebug in interface LogProxy

getPrefix

public String getPrefix()
Returns the prefix to be prepended to all messages.

Specified by:
getPrefix in interface LogProxy

getString

public String getString(String resource)
Return the NLS string given the resource.

Specified by:
getString in interface LogProxy

getString

public String getString(String resource,
                        Object param)
Return the NLS string given the resource and a parameter.

Specified by:
getString in interface LogProxy

getString

public String getString(String resource,
                        Object[] params)
Return the NLS string given the resource and an array of parameters.

Specified by:
getString in interface LogProxy

getString

public String getString(String resource,
                        Object param1,
                        Object param2)
Return the NLS string given the resource and two parameters.

Specified by:
getString in interface LogProxy

info

public void info(String res)
Specified by:
info in interface LogProxy

info

public void info(String res,
                 Object param)
Specified by:
info in interface LogProxy

info

public void info(String res,
                 Object[] params)
Specified by:
info in interface LogProxy

info

public void info(String res,
                 Object param1,
                 Object param2)
Specified by:
info in interface LogProxy

log

public void log(String level,
                String msg)
Specified by:
log in interface LogProxy

logdebug

public void logdebug(String msg)
Specified by:
logdebug in interface LogProxy

logerror

public void logerror(String msg)
Specified by:
logerror in interface LogProxy

logerror

public void logerror(String msg,
                     Throwable error)
Specified by:
logerror in interface LogProxy

logfatal

public void logfatal(String msg)
Specified by:
logfatal in interface LogProxy

logfine

public void logfine(String msg)
Logs a message to the output stream.

Specified by:
logfine in interface LogProxy

loginfo

public void loginfo(String msg)
Specified by:
loginfo in interface LogProxy

logwarn

public void logwarn(String msg)
Specified by:
logwarn in interface LogProxy

setDebug

public void setDebug(boolean debug)
Sets debug parameter.

Specified by:
setDebug in interface LogProxy

setPrefix

public void setPrefix(String prefix)
Sets a prefix to be prepended to all messages.

Specified by:
setPrefix in interface LogProxy

warn

public void warn(String res)
Specified by:
warn in interface LogProxy

warn

public void warn(String res,
                 Object param)
Specified by:
warn in interface LogProxy

warn

public void warn(String res,
                 Object[] params)
Specified by:
warn in interface LogProxy

warn

public void warn(String res,
                 Object param1,
                 Object param2)
Specified by:
warn in interface LogProxy

getLog

public Log getLog()
Specified by:
getLog in interface LogProxy