set a default log level

db4
Doug Coleman 2009-02-18 16:59:23 -06:00
parent 91b4947e1e
commit 67d2da4040
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ SYMBOLS: DEBUG NOTICE WARNING ERROR CRITICAL ;
SYMBOL: log-level
log-level [ DEBUG ] initialize
: log-levels ( -- assoc )
H{
{ DEBUG 0 }