|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.utils.scriptexecution.LogHelper
public final class LogHelper
Log helper.
| Method Summary | |
|---|---|
static void |
debug(Log log,
java.io.InputStream inputStream)
Log data from input stream with level DEBUG. |
static void |
error(Log log,
java.io.InputStream inputStream)
Log data from input stream with level ERROR. |
static void |
info(Log log,
java.io.InputStream inputStream)
Log data from input stream with level INFO. |
static void |
warn(Log log,
java.io.InputStream inputStream)
Log data from input stream with level WARN. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void debug(Log log,
java.io.InputStream inputStream)
throws java.io.IOException
log - loginputStream - input stream
java.io.IOException - IOException
public static void info(Log log,
java.io.InputStream inputStream)
throws java.io.IOException
log - loginputStream - input stream
java.io.IOException - IOException
public static void warn(Log log,
java.io.InputStream inputStream)
throws java.io.IOException
log - loginputStream - input stream
java.io.IOException - IOException
public static void error(Log log,
java.io.InputStream inputStream)
throws java.io.IOException
log - loginputStream - input stream
java.io.IOException - IOException
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||