[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
How to use Quartz2.1.5 without slf4j  XML
Forum Index -> Quartz
Author Message
cici7777

neo

Joined: 05/09/2012 22:43:43
Messages: 6
Offline

My boss asked me that he want to use log4j(apache) only , but our project including quartz2.1.5 which must use slf4j.jar .
he think diffent log4j version made project messy, he only want to use log4j.
but when i remove slf4j than I can't run quartz.

Is any configration to set which log4j I want to use ?

I know quartz1.6 which doesn't need slf4j,but this version is too old to use.


thanks.
adahanne

master

Joined: 03/20/2012 23:14:46
Messages: 78
Offline

you can use log4j-over-slf4j to be able to provide a log configuration a la log4j to quartz : http://www.slf4j.org/legacy.html
cici7777

neo

Joined: 05/09/2012 22:43:43
Messages: 6
Offline

adahanne wrote:
you can use log4j-over-slf4j to be able to provide a log configuration a la log4j to quartz : http://www.slf4j.org/legacy.html 


but it also including slf4j....
I only want to use log4j(apache ).jar
not including slf4j

is there configration to set only using log4j?
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team