Great to hear! Just out of interest: what features do you like and what features would you like to see (or see more) in future releases?
Remko Sent from my iPhone > On 2016/06/28, at 10:42, Ole Ersoy <[email protected]> wrote: > > Awesome - Thanks guys! Really loving log4j 2. In the process of switching > everything over ATM. Thanks again, > > Ole > > >> On 06/27/2016 07:06 PM, Ralph Goers wrote: >> I also provided an answer that provides more information on why Gary’s >> answer is correct and why it is so different. >> >> Ralph >> >>> On Jun 27, 2016, at 4:26 PM, Gary Gregory <[email protected]> wrote: >>> >>>> On Mon, Jun 27, 2016 at 3:56 PM, Ole Ersoy <[email protected]> wrote: >>>> Any chance that the simplicity level for this could could match SLF4J? I >>>> think that there is a setLevel method on Logger, but it's protected or >>>> private ... >>>> >>>> SLF4J Example: >>>> http://stackoverflow.com/questions/38064066/configuration-a-logger-programmatically-with-log4j-2 >>> >>> // org.apache.logging.log4j.core.config.Configurator; >>> >>> Configurator.setLevel("com.example.Foo", Level.DEBUG); >>> >>> // You can also set the root logger: >>> Configurator.setRootLevel(Level.DEBUG); >>> >>> I also replied on SO. >>> >>> Gary >>> >>>> >>>> >>>> Cheers, >>>> Ole >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>> >>> >>> >>> -- >>> E-Mail: [email protected] | [email protected] >>> Java Persistence with Hibernate, Second Edition >>> JUnit in Action, Second Edition >>> Spring Batch in Action >>> Blog: http://garygregory.wordpress.com >>> Home: http://garygregory.com/ >>> Tweet! http://twitter.com/GaryGregory >
