jasco.util.logging
Class OutputLogger

java.lang.Object
  extended by jasco.util.logging.Logger
      extended by jasco.util.logging.OutputLogger

public class OutputLogger
extends Logger


Constructor Summary
OutputLogger()
           
OutputLogger(java.lang.String s)
           
 
Method Summary
 void showError(java.lang.String error)
           
 void showError(java.lang.Throwable ex)
           
 void showFullError(java.lang.String ex)
           
 void showFullError(java.lang.Throwable ex)
           
 void showOutput(java.lang.String error)
           
 void showOutputNoNewLine(java.lang.String output)
           
 
Methods inherited from class jasco.util.logging.Logger
getInstance, setInstance, showDebug, showDebug, showError, showWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputLogger

public OutputLogger()

OutputLogger

public OutputLogger(java.lang.String s)
Method Detail

showError

public void showError(java.lang.String error)
Specified by:
showError in class Logger

showOutput

public void showOutput(java.lang.String error)
Specified by:
showOutput in class Logger

showFullError

public void showFullError(java.lang.Throwable ex)
Specified by:
showFullError in class Logger

showFullError

public void showFullError(java.lang.String ex)
Specified by:
showFullError in class Logger

showError

public void showError(java.lang.Throwable ex)
Specified by:
showError in class Logger

showOutputNoNewLine

public void showOutputNoNewLine(java.lang.String output)
Specified by:
showOutputNoNewLine in class Logger