]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/logging/server/server.factor
factor: trim using lists
[factor.git] / basis / logging / server / server.factor
index f0ddb681cc571e4e56f8f1b536badb4183cf0101..7326ea4b7ca4f301ddb5a0c65064bb9991a999ea 100644 (file)
@@ -3,8 +3,7 @@
 USING: assocs calendar calendar.format combinators
 concurrency.messaging continuations debugger destructors init io
 io.directories io.encodings.utf8 io.files io.pathnames kernel
-locals math math.parser ranges namespaces sequences
-strings threads ;
+math math.parser ranges namespaces sequences strings threads ;
 IN: logging.server
 
 : log-root ( -- string )