| Author |
Message |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 07/02/2012 01:10:21
|
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.
|
|
|
 |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 07/03/2012 08:32:32
|
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
|
|
|
 |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 07/03/2012 17:33:16
|
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?
|
|
|
 |
|
|