Look at this around the middle of the page: http://www.slf4j.org/codes.html
Quartz is linked to the slf4j api. At runtime this API tries to find an implementation of the static log binder. It will not prevent your code from running. If you want to get rid of the warning and get logging (which can be nice :), add one of the listed libs in the page above. Luc > Hi, > > I'm trying to use Quartzite so followed the tutorial but I have a problem > at executing the -main function. > I already add the dependency of > > [clojurewerkz/quartzite "1.0.1"] > > > user=> (-main) > SLF4J: Failed to load class > "org.slf4j.impl.StaticLoggerBinder".#<StdScheduler > org.quartz.impl.StdScheduler@12993463> > SLF4J: Defaulting to no-operation (NOP) logger implementation > SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further > details. > > Could you figure what is the problem ? > > > > * Ability to define jobs, triggers and schedules using a DSL > > * Scheduling, unscheduling, pausing and resuming jobs and triggers. > > * Querying scheduler for information, convenient predicate functions > > * Ability to register listeners for scheduler events > > * Access to durable scheduler data stores (JDBC databases out of the box, > > other stores via plugins) > > * Solid documentation (my favorite feature) > > , > > > > New in 1.0 final: > > > > * Documentation updates > > * Stateful jobs support > > * Clojure 1.4 by default > > * Better names for functions that remove triggers > > > > Full change log is available on GitHub [4]. > > > > Quartzite targets Clojure 1.3+, tested against 3 Clojure versions x 3 JDKs > > on travis-ci.org, and is released under the Eclipse Public License. > > > > Learn more in the Getting Started guide [2] and the rest of the docs [1]. > > > > The source is available on GitHub [3]. We also use GitHub to track issues. > > > > > > 1. http://clojurequartz.info > > 2. http://clojurequartz.info/articles/getting_started.html > > 3. http://github.com/michaelklishin/quartzite > > 4. > > https://github.com/michaelklishin/quartzite/blob/1.0.x-stable/ChangeLog.md > > -- > > MK > > > > http://github.com/michaelklishin > > http://twitter.com/michaelklishin > > > > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Softaddicts<lprefonta...@softaddicts.ca> sent by ibisMail from my ipad! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en