note that the logger-callback's default argument is #f
This commit is contained in:
parent
1bc82cc404
commit
3f6232bc2d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user