Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: ntom , Previous: node-group , Up: N , Home: Overview

Clamps Dictionary

nrt-msg

Macro

(nrt-msg type format-control &rest format-arguments)

Imported from incudine.util: Produce a formatted log message in the nrt-thread controlled by format-control and format-arguments.

type should be one of :error, :warn, :info or :debug.

Arguments

type Keynum or Symbol from the following list:
  :error
  :warn
  :info
  :debug
format-control A format control string like in Common Lisp's #'format function.
format-arguments Zero or more format arguments like in Common Lisp's #'format function.

See also

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate