Class UIMAStreamHandler


  • public class UIMAStreamHandler
    extends java.util.logging.StreamHandler
    UIMAStreamHandler is used to handle output streams set during runtime.
    • Constructor Summary

      Constructors 
      Constructor Description
      UIMAStreamHandler​(java.io.OutputStream out, java.util.logging.Formatter formatter)
      initialize the UIMAStream handler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void publish​(java.util.logging.LogRecord record)  
      • Methods inherited from class java.util.logging.StreamHandler

        close, flush, isLoggable, setEncoding, setOutputStream
      • Methods inherited from class java.util.logging.Handler

        getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UIMAStreamHandler

        public UIMAStreamHandler​(java.io.OutputStream out,
                                 java.util.logging.Formatter formatter)
        initialize the UIMAStream handler
        Parameters:
        out - the output stream
        formatter - output formatter
    • Method Detail

      • publish

        public void publish​(java.util.logging.LogRecord record)
        Overrides:
        publish in class java.util.logging.StreamHandler