note that the logger-callback's default argument is #f

This commit is contained in:
Robby Findler 2013-03-14 14:10:25 -05:00
parent 1bc82cc404
commit 3f6232bc2d

View File

@ -85,7 +85,7 @@ otherwise.}
@defproc[(make-logger [name (or/c symbol? #f) #f]
[parent (or/c logger? #f) #f]
[notify-callback (vector? . -> . any/c)])
[notify-callback (vector? . -> . any/c) #f])
logger?]{
Creates a new @tech{logger} with an optional name and parent.