- (log-for spec fmt . args)syntax
This form will invoke the logging machinery. It will find the senders that match the given spec, and send the message to all senders that have a matching category-specification.
(log-for (model warn) "just a ~A" "Test")