Handbook
Glossary
update-current-stream ( timestamp -- )
Vocabulary
irc
.
logbot
Inputs
timestamp
an
object
Outputs
None
Definition
USING:
calendar
destructors
io.encodings.utf8
io.files
kernel
namespaces
;
IN:
irc.logbot
:
update-current-stream
( timestamp -- )
current-stream
get
[
dispose
]
when*
[
day-of-year
current-day
set
]
[
timestamp-path
utf8
<file-appender>
]
bi
current-stream
set
;