|
||||||||||
| 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 LogProxypublic 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 LogProxypublic void dump(Object o)
dump in interface LogProxypublic void dumpEntry(Entry e)
dumpEntry in interface LogProxypublic 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 LogProxypublic 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 LogProxypublic 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 LogProxypublic boolean getDebug()
getDebug in interface LogProxypublic String getPrefix()
getPrefix in interface LogProxypublic 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 LogProxypublic 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 LogProxypublic void logdebug(String msg)
logdebug in interface LogProxypublic void logerror(String msg)
logerror in interface LogProxy
public void logerror(String msg,
Throwable error)
logerror in interface LogProxypublic void logfatal(String msg)
logfatal in interface LogProxypublic void logfine(String msg)
logfine in interface LogProxypublic void loginfo(String msg)
loginfo in interface LogProxypublic void logwarn(String msg)
logwarn in interface LogProxypublic void setDebug(boolean debug)
setDebug in interface LogProxypublic void setPrefix(String prefix)
setPrefix in interface LogProxypublic 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 LogProxypublic Log getLog()
getLog in interface LogProxypublic void setLog(Log log)
log -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||