Class: FILE-LOG-APPENDER

Documentation

Logs to a file. the output of the file logger is not meant to be read directly by a human.

Slots

  • LOG-FILE

Hierachy

Precedence List

Source

(defclass file-log-appender (stream-log-appender)
  ((log-file :initarg :log-file :accessor log-file))
  (:documentation "Logs to a file. the output of the file logger
  is not meant to be read directly by a human."))
Source Context