com.jstatcom.engine.matlab
Class LogHandler
- java.lang.Object
-
- com.jstatcom.engine.matlab.LogHandler
-
- All Implemented Interfaces:
- OutErrHandler
public class LogHandler extends java.lang.Object implements OutErrHandler
The standard output and error handler for Matlab. It logs output with INFO and errors with ERROR levels with the log4j framework.
-
-
Constructor Summary
Constructors Constructor and Description LogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidhandleError(java.lang.String s)Deals with an error string.voidhandleOutput(java.lang.String s)Deals with an output string.
-
-
-
Method Detail
-
handleOutput
public void handleOutput(java.lang.String s)
Deals with an output string.- Specified by:
handleOutputin interfaceOutErrHandler- Parameters:
s-
-
handleError
public void handleError(java.lang.String s)
Deals with an error string.- Specified by:
handleErrorin interfaceOutErrHandler- Parameters:
s-
-
-
DMelt 3.0 © DataMelt by jWork.ORG