repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move size-of to unmaintained until help-lint is fixed
[factor/jcg.git]
/
unmaintained
/
jamshred
/
log
/
log.factor
blob
33498d8a2ef8d4a4c00260b08999ae78b0545e25
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...