|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.remotecmdlnfc.LogProxyImpl
public final class LogProxyImpl
Proxy for the Logging framework.
Constructor Summary | |
---|---|
LogProxyImpl()
|
|
LogProxyImpl(Log log)
|
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()
retrieves the log file that we have. |
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 |
setLog(Log log)
Set the log object we are proxy for. |
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 |
---|
public LogProxyImpl()
public LogProxyImpl(Log log)
Method Detail |
---|
public void close()
close
in interface LogProxy
public void debug(String res)
debug
in interface LogProxy
public void debug(String res, Object param)
debug
in interface LogProxy
public void debug(String res, Object[] params)
debug
in interface LogProxy
public void debug(String res, Object param1, Object param2)
debug
in interface LogProxy
public void dump(Object o)
dump
in interface LogProxy
public void dumpEntry(Entry e)
dumpEntry
in interface LogProxy
public void error(String res)
error
in interface LogProxy
public void error(String res, Object[] params)
error
in interface LogProxy
public void error(String res, Object[] params, Throwable error)
error
in interface LogProxy
public void error(String res, Object param, Throwable error)
error
in interface LogProxy
public void error(String res, String param)
error
in interface LogProxy
public void error(String res, String param1, String param2)
error
in interface LogProxy
public void error(String res, Throwable error)
error
in interface LogProxy
public void fatal(String res)
fatal
in interface LogProxy
public void fatal(String res, Object param)
fatal
in interface LogProxy
public void fatal(String res, Object[] params)
fatal
in interface LogProxy
public void fatal(String res, Object param, Throwable err)
fatal
in interface LogProxy
public void fatal(String res, Throwable err)
fatal
in interface LogProxy
public void fine(String res)
fine
in interface LogProxy
public void fine(String res, Object param)
fine
in interface LogProxy
public void fine(String res, Object[] params)
fine
in interface LogProxy
public void fine(String res, Object param1, Object param2)
fine
in interface LogProxy
public boolean getDebug()
getDebug
in interface LogProxy
public String getPrefix()
getPrefix
in interface LogProxy
public String getString(String resource)
getString
in interface LogProxy
public String getString(String resource, Object param)
getString
in interface LogProxy
public String getString(String resource, Object[] params)
getString
in interface LogProxy
public String getString(String resource, Object param1, Object param2)
getString
in interface LogProxy
public void info(String res)
info
in interface LogProxy
public void info(String res, Object param)
info
in interface LogProxy
public void info(String res, Object[] params)
info
in interface LogProxy
public void info(String res, Object param1, Object param2)
info
in interface LogProxy
public void log(String level, String msg)
log
in interface LogProxy
public void logdebug(String msg)
logdebug
in interface LogProxy
public void logerror(String msg)
logerror
in interface LogProxy
public void logerror(String msg, Throwable error)
logerror
in interface LogProxy
public void logfatal(String msg)
logfatal
in interface LogProxy
public void logfine(String msg)
logfine
in interface LogProxy
public void loginfo(String msg)
loginfo
in interface LogProxy
public void logwarn(String msg)
logwarn
in interface LogProxy
public void setDebug(boolean debug)
setDebug
in interface LogProxy
public void setPrefix(String prefix)
setPrefix
in interface LogProxy
public void warn(String res)
warn
in interface LogProxy
public void warn(String res, Object param)
warn
in interface LogProxy
public void warn(String res, Object[] params)
warn
in interface LogProxy
public void warn(String res, Object param1, Object param2)
warn
in interface LogProxy
public Log getLog()
getLog
in interface LogProxy
public void setLog(Log log)
log
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |