Re: StatusLogger Urgent

2020-02-20 Thread Ralph Goers
StatusLogger is part of log4j-api-2.13.0.jar. Ralph > On Feb 20, 2020, at 6:47 AM, EDMONDO SENA wrote: > > > Hi, > > In log4j2, is there an equivalent of log4j 1.x' > LogLogfor > internal logging purposes? > >

Re: StatusLogger Urgent

2020-02-20 Thread Matt Sicker
StatusLogger is the correct one when writing plugins for Log4j2. If you’re upgrading a custom plugin from version 1, you need to change which classes it references. On Thu, Feb 20, 2020 at 07:47 EDMONDO SENA wrote: > > Hi, > > In log4j2, is there an equivalent of log4j 1.x' > LogLog< > https://l

StatusLogger Urgent

2020-02-20 Thread EDMONDO SENA
Hi, In log4j2, is there an equivalent of log4j 1.x' LogLogfor internal logging purposes? StatusLogger is contained in org.apache.logging.log4j.status.StatusLogger? Is StatusLogger import contained in log4j-1.2-ap