Handbook
Glossary
log# ( path n -- path' )
Furnace framework
»
Logging framework
»
Log files
Prev:
log-path ( service -- path )
Vocabulary
logging
.
server
Inputs
path
an
object
n
an
object
Outputs
path'
an
object
Definition
USING:
io.pathnames
math.parser
sequences
;
IN:
logging.server
:
log#
( path n -- path' )
number>string
".log"
append
append-path
;