S
(require '[clojure.java.io :as io])
(def f (io/writer "out.log"))
(set! *out* f)
(print "test")
Size: a a a
IG
(require '[clojure.java.io :as io])
(def f (io/writer "out.log"))
(set! *out* f)
(print "test")
IG
KC
(require '[clojure.java.io :as io])
(def f (io/writer "out.log"))
(set! *out* f)
(print "test")
(alter-var-root #'*out* (constantly f)) вместо (set! *out* f)MP
РГ
Figwheel Server: Resource not found
Keep on figwheelin'
РГ
РГ
lein repl, (restart)lein figwheelST
lein repl, (restart)lein figwheelРГ
Figwheel Server: Resource not found
Keep on figwheelin'
KC
Figwheel Server: Resource not found
Keep on figwheelin'
http://localhost:3000РГ
РГ
РГ
РГ
KC
KC
РГ
РГ
KC