|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.log.LutinLog
public class LutinLog
LutinLog.java Created: 9 sept. 06 03:53:09
| Constructor Summary | |
|---|---|
protected |
LutinLog(LutinLogFactory factory,
org.apache.commons.logging.Log parent)
Deprecated. |
| Method Summary | |
|---|---|
void |
addLutinLogListener(LutinLogListener l)
Deprecated. |
void |
debug(Object msg)
Deprecated. |
void |
debug(Object msg,
Throwable eee)
Deprecated. |
void |
end()
Deprecated. indique la fin complete d'une tache |
void |
error(Object msg)
Deprecated. |
void |
error(Object msg,
Throwable eee)
Deprecated. |
void |
fatal(Object msg)
Deprecated. |
void |
fatal(Object msg,
Throwable eee)
Deprecated. |
protected void |
fireLogEvent(LutinLogEvent.LogType type,
Object msg,
Throwable eee)
Deprecated. |
protected void |
fireProgressEvent(LutinProgressEvent.ProgressType type)
Deprecated. |
int |
getMax()
Deprecated. |
int |
getMin()
Deprecated. |
protected Component |
getProgressMonitorFrame()
Deprecated. |
long |
getTimeout()
Deprecated. Donne le timeout particulier pour une tache. |
int |
getValue()
Deprecated. |
void |
info(Object msg)
Deprecated. |
void |
info(Object msg,
Throwable eee)
Deprecated. |
boolean |
isAskStopTask()
Deprecated. Si on a demande a ce que la tache soit arretee. |
boolean |
isDebugEnabled()
Deprecated. |
boolean |
isErrorEnabled()
Deprecated. |
boolean |
isFatalEnabled()
Deprecated. |
boolean |
isInfoEnabled()
Deprecated. |
boolean |
isTraceEnabled()
Deprecated. |
boolean |
isWarnEnabled()
Deprecated. |
void |
removeLutinLogListener(LutinLogListener l)
Deprecated. |
void |
setActivateProgressMonitorTime(long time)
Deprecated. apres un start le temps avant de mettre le progress en marche (<=0 pour jamais) |
void |
setAskStopTask(boolean v)
Deprecated. demande ou annule la demande de fin de tache |
void |
setMax(int value)
Deprecated. une tache indique le max que peut prendre value |
void |
setMin(int value)
Deprecated. une tache indique le min que peut prendre value |
void |
setTimeout(long time)
Deprecated. modifie le temps specifiquement pour une tache. |
void |
setValue(int value)
Deprecated. la valeur courante pour la tache, -1 indique l'indetermination de la valeur |
void |
start()
Deprecated. une tache indique son debut |
String |
toString()
Deprecated. |
void |
trace(Object msg)
Deprecated. |
void |
trace(Object msg,
Throwable eee)
Deprecated. |
void |
user(Object msg)
Deprecated. |
void |
user(Object msg,
Throwable eee)
Deprecated. |
void |
warn(Object msg)
Deprecated. |
void |
warn(Object msg,
Throwable eee)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected LutinLog(LutinLogFactory factory,
org.apache.commons.logging.Log parent)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic void addLutinLogListener(LutinLogListener l)
public void removeLutinLogListener(LutinLogListener l)
protected void fireLogEvent(LutinLogEvent.LogType type,
Object msg,
Throwable eee)
protected void fireProgressEvent(LutinProgressEvent.ProgressType type)
public void setActivateProgressMonitorTime(long time)
time - timepublic void start()
protected Component getProgressMonitorFrame()
public boolean isAskStopTask()
public void setAskStopTask(boolean v)
v - public void end()
public long getTimeout()
public void setTimeout(long time)
time - public int getMin()
public void setMin(int value)
value - public int getMax()
public void setMax(int value)
value - public int getValue()
public void setValue(int value)
value - public boolean isTraceEnabled()
isTraceEnabled in interface org.apache.commons.logging.Logpublic boolean isDebugEnabled()
isDebugEnabled in interface org.apache.commons.logging.Logpublic boolean isInfoEnabled()
isInfoEnabled in interface org.apache.commons.logging.Logpublic boolean isWarnEnabled()
isWarnEnabled in interface org.apache.commons.logging.Logpublic boolean isErrorEnabled()
isErrorEnabled in interface org.apache.commons.logging.Logpublic boolean isFatalEnabled()
isFatalEnabled in interface org.apache.commons.logging.Logpublic void user(Object msg)
public void user(Object msg,
Throwable eee)
public void trace(Object msg)
trace in interface org.apache.commons.logging.Log
public void trace(Object msg,
Throwable eee)
trace in interface org.apache.commons.logging.Logpublic void debug(Object msg)
debug in interface org.apache.commons.logging.Log
public void debug(Object msg,
Throwable eee)
debug in interface org.apache.commons.logging.Logpublic void info(Object msg)
info in interface org.apache.commons.logging.Log
public void info(Object msg,
Throwable eee)
info in interface org.apache.commons.logging.Logpublic void warn(Object msg)
warn in interface org.apache.commons.logging.Log
public void warn(Object msg,
Throwable eee)
warn in interface org.apache.commons.logging.Logpublic void error(Object msg)
error in interface org.apache.commons.logging.Log
public void error(Object msg,
Throwable eee)
error in interface org.apache.commons.logging.Logpublic void fatal(Object msg)
fatal in interface org.apache.commons.logging.Log
public void fatal(Object msg,
Throwable eee)
fatal in interface org.apache.commons.logging.Log
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||