|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.engine.matlab.LogHandler
public class LogHandler
The standard output and error handler for Matlab. It logs output with INFO and errors with ERROR levels with the log4j framework.
Constructor Summary | |
---|---|
LogHandler()
|
Method Summary | |
---|---|
void |
handleError(java.lang.String s)
Deals with an error string. |
void |
handleOutput(java.lang.String s)
Deals with an output string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogHandler()
Method Detail |
---|
public void handleOutput(java.lang.String s)
handleOutput
in interface OutErrHandler
s
- public void handleError(java.lang.String s)
handleError
in interface OutErrHandler
s
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |