mirror of https://github.com/status-im/timbre.git
BREAKING: New ns structure.
This commit is contained in:
parent
a1bec9d6c3
commit
cfc2a60c8e
|
@ -1,4 +1,4 @@
|
|||
(ns timbre.core
|
||||
(ns taoensso.timbre
|
||||
"Simple, flexible, all-Clojure logging. No XML!"
|
||||
{:author "Peter Taoussanis"}
|
||||
(:require [clojure.string :as str]
|
|
@ -1,6 +1,6 @@
|
|||
(ns timbre.test.core
|
||||
(ns test-timbre.timbre
|
||||
(:use [clojure.test]
|
||||
[timbre.core :as timbre :only (info)]))
|
||||
[taoensso.timbre :as timbre :only (info)]))
|
||||
|
||||
;; TODO Tests (help would be welcome!!)
|
||||
|
Loading…
Reference in New Issue