Handbook
Glossary
email-subject ( service -- string )
Vocabulary
logging
.
insomniac
Inputs
service
an
object
Outputs
string
an
object
Definition
USING:
io.sockets
make
;
IN:
logging.insomniac
:
email-subject
( service -- string )
[
"Log analysis for "
%
%
" on "
%
host-name
%
]
""
make
;