Hi Michael, On 8/23/06, Michael Bauroth <[EMAIL PROTECTED]> wrote:
Hi, Mina currently uses the SLF4J logging facade framework, right? Additionally I can choose, which underlying logging framework I want to use (log4j 1.3 in my case). Also right? How can I change now one of my logger levels at runtime to get temporary more or less detailed log messages? Slf4j doesn't support the setLevel() method in it's logger. It would be great, if somebody could me tell the right (Mina correct) way.
You could use SLF4J-log4j and do the exactly same thing as what you used to do with Log4J because you're using Log4J actually. HTH, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP key fingerprints: * E167 E6AF E73A CBCE EE41 4A29 544D DE48 FE95 4E7E * B693 628E 6047 4F8F CFA4 455E 1C62 A7DC 0255 ECA6
