Class: STREAM-LOG-APPENDER

Documentation

Human readable to the console logger.

Slots

  • STREAM

Hierachy

Precedence List

  • STANDARD-OBJECT

Sub Classes

Source

(defclass stream-log-appender ()
  ((stream :initarg :stream :accessor log-stream))
  (:documentation "Human readable to the console logger."))
Source Context