Added a store to simple-log.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#lang racket
|
||||
|
||||
(provide log-hash)
|
||||
|
||||
(define log-hash (hash 'debug 0 'dbg 0
|
||||
'info 1
|
||||
'warning 2 'warn 2
|
||||
'err 3 'error 3
|
||||
'fatal 5))
|
||||
Reference in New Issue
Block a user