]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/logging/logging-docs.factor
factor: trim using lists
[factor.git] / basis / logging / logging-docs.factor
index 04260f18397af9e6ae9f9cab4f36bd0b3f750243..96f2740919999c51b0b8f60b7665e19a451135d1 100644 (file)
@@ -1,6 +1,6 @@
+USING: help.markup help.syntax logging.server quotations strings
+words ;
 IN: logging
-USING: help.markup help.syntax assocs math calendar
-logging.server strings words quotations ;
 
 HELP: DEBUG
 { $description "Log level for debug messages." } ;