SMILA 1.0 API documentation

org.eclipse.smila.utils.scriptexecution
Class LogHelper

java.lang.Object
  extended by org.eclipse.smila.utils.scriptexecution.LogHelper

public final class LogHelper
extends java.lang.Object

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

debug

public static void debug(Log log,
                         java.io.InputStream inputStream)
                  throws java.io.IOException
Log data from input stream with level DEBUG.

Parameters:
log - log
inputStream - input stream
Throws:
java.io.IOException - IOException

info

public static void info(Log log,
                        java.io.InputStream inputStream)
                 throws java.io.IOException
Log data from input stream with level INFO.

Parameters:
log - log
inputStream - input stream
Throws:
java.io.IOException - IOException

warn

public static void warn(Log log,
                        java.io.InputStream inputStream)
                 throws java.io.IOException
Log data from input stream with level WARN.

Parameters:
log - log
inputStream - input stream
Throws:
java.io.IOException - IOException

error

public static void error(Log log,
                         java.io.InputStream inputStream)
                  throws java.io.IOException
Log data from input stream with level ERROR.

Parameters:
log - log
inputStream - input stream
Throws:
java.io.IOException - IOException

SMILA 1.0 API documentation