jasco.util.logging
Class ExceptionLogger

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

public class ExceptionLogger
extends Logger


Constructor Summary
ExceptionLogger()
           
 
Method Summary
 void showError(java.lang.String error)
           
 void showError(java.lang.String error, java.lang.Throwable ex)
           
 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

ExceptionLogger

public ExceptionLogger()
Method Detail

showError

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

showError

public void showError(java.lang.String error,
                      java.lang.Throwable ex)
               throws JAsCoException
Throws:
JAsCoException

showOutput

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

showFullError

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

showFullError

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

showError

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

showOutputNoNewLine

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