Package com.yahoo.log

Interface LogTarget

    • Method Detail

      • open

        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.