Class LogOutputStream

    • Field Detail

      • logger

        protected Logger logger
      • level

        protected Level level
    • Constructor Detail

      • LogOutputStream

        public LogOutputStream​(String facility)
        Log to the specified facility at the default FINE level.
      • LogOutputStream

        public LogOutputStream​(String facility,
                               Level level)
        Log to the specified facility at the specified level.