Package com.yahoo.log

Interface LogTarget

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Close the log target, ensuring that all data is written.
      java.io.OutputStream open()
      Opens an output stream for the target.
    • Method Detail

      • open

        java.io.OutputStream open()
        Opens an output stream for the target. If already open, the stream should be reopened.
        Returns:
        a new outputstream for the log target.
      • close

        void close()
        Close the log target, ensuring that all data is written.