]> gitweb.factorcode.org Git - factor.git/blob - extra/jamshred/log/log.factor
f2517d1ec38fb35ad5aa3f1a7dc06b4ae05f160a
[factor.git] / extra / 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 ; inline
8
9 : jamshred-log ( message -- )
10     [ (jamshred-log) ] with-jamshred-log ; ! ugly...