]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/jamshred/log/log.factor
Move a bunch of vocabularies to unmaintained, hopefully temporarily
[factor.git] / unmaintained / jamshred / log / log.factor
1 USING: kernel logging ;
2 IN: jamshred.log
3
4 LOG: (jamshred-log) DEBUG
5
6 : with-jamshred-log ( quot -- )
7     "jamshred" swap with-logging ;
8
9 : jamshred-log ( message -- )
10     [ (jamshred-log) ] with-jamshred-log ; ! ugly...