Le lundi 24 décembre 2012 09:12:07 Jason van Zyl a écrit : > If we want to put aside the debate, Ceki has figured out a way for use SLF4J > Simple by resetting the streams and logging level. Which I can try if we > want to go down that path. I didn't have to do any work in SLF4J myself so > I'm fine with this approach. is there something visible somewhere? I didn't find any discussion on slf4j-dev or slf4j-user mailing lists nor any code in slf4j git repo
resetting TARGET_STREAM in SimpleLogger [1] would require a publid method or I imagine we can even tweak private field access and private method invocation through reflection how are we supposed to work on this? Regards, Hervé [1] https://github.com/qos-ch/slf4j/blob/master/slf4j- simple/src/main/java/org/slf4j/impl/SimpleLogger.java --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
