|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
This interface joins features of Logger and SystemLogger
and adds more functionality.
| Method Summary | |
void |
clearError()
Clear error tag. |
void |
close()
Close the logger. |
void |
debug(java.lang.String message)
Send a debug message to the logger. |
void |
debug(java.lang.Throwable ex)
Send the stack trace of the specified throwable object to the logger as a debug message. |
boolean |
errorsWereLogged()
Return true if an error message was sent to the logger. |
boolean |
exec(java.lang.String[] cmdarray)
Executes a subprocess passing a command array to it and return true if the process was finished without exceptions. |
java.io.PrintStream |
getSystemLog()
Return the system log attached or null if the system log undefined. |
| Methods inherited from interface ru.novosoft.dc.core.Logger |
sendMessage |
| Methods inherited from interface ru.novosoft.dc.core.SystemLogger |
sendMessage,
sendSilentMessage |
| Method Detail |
public java.io.PrintStream getSystemLog()
public void clearError()
public boolean errorsWereLogged()
public void debug(java.lang.String message)
public void debug(java.lang.Throwable ex)
public void close()
public boolean exec(java.lang.String[] cmdarray)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||