Back

refer-timbre (clj)

(source)

macro

(refer-timbre)
(require '[taoensso.timbre :as timbre :refer [log trace debug info warn error fatal report logf tracef debugf infof warnf errorf fatalf reportf spy]])

Examples

instedd/planwise
(ns planwise.component.users
  (:require [planwise.boundary.users :as boundary]
            [integrant.core :as ig]
            [taoensso.timbre :as timbre]
            [clojure.java.jdbc :as jdbc]
            [clojure.set :as set]
            [clj-time.jdbc]
            [hugsql.core :as hugsql]))

(timbre/refer-timbre)
re-ops/re-core
(ns re-mote.zero.filesystem
  (:require
   [taoensso.timbre :refer  (refer-timbre)]
   [re-mote.zero.pipeline :refer (run-hosts)]
   [re-cog.resources.file :as f :refer (directory)]
   re-mote.repl.base)
  (:import [re_mote.repl.base Hosts]))

(refer-timbre)