Skip to main content

clojure.tools.logging.readable

D

  • debug

    Debug level logging using print-style args. See logp for details.

  • debugf

    Debug level logging using format. See logf for details.

E

  • error

    Error level logging using print-style args. See logp for details.

  • errorf

    Error level logging using format. See logf for details.

F

  • fatal

    Fatal level logging using print-style args. See logp for details.

  • fatalf

    Fatal level logging using format. See logf for details.

I

  • info

    Info level logging using print-style args. See logp for details.

  • infof

    Info level logging using format. See logf for details.

L

  • logf

    Logs a message using a format string and args, where all format args will be printed readably, as if wrapped in pr-str...

  • logp

    Logs a message using print style args, where message args that are not literal strings will be printed readably, as if...

S

  • spyf

    Evaluates expr and may write (logf level fmt result) to the log. Returns the result of expr. Defaults to :debug log le...

T

  • trace

    Trace level logging using print-style args. See logp for details.

  • tracef

    Trace level logging using format. See logf for details.

W

  • warn

    Warn level logging using print-style args. See logp for details.

  • warnf

    Warn level logging using format. See logf for details.