factor/unmaintained/jamshred/log/log.factor

11 lines
227 B
Factor
Raw Normal View History

USING: kernel logging ;
IN: jamshred.log
LOG: (jamshred-log) DEBUG
: with-jamshred-log ( quot -- )
2009-04-18 17:44:42 -04:00
"jamshred" swap with-logging ; inline
: jamshred-log ( message -- )
[ (jamshred-log) ] with-jamshred-log ; ! ugly...