That isn’t what was asked for. He asked to send an email after the appender appends an event.
Ralph > On Feb 15, 2019, at 8:54 AM, Remko Popma <[email protected]> wrote: > > Ralph, > > I guess then the question becomes: how can the filter detect that a > particular event triggered a rollover? > > Remko. > > (Shameless plug) Every java main() method deserves http://picocli.info > >> On Feb 15, 2019, at 23:39, Ralph Goers <[email protected]> wrote: >> >> I don’t think I understand this requirement. Why couldn’t they just create a >> filter that sends the email. Sure, it won’t be right after the event is >> logged but so what? >> >> Ralph >> >>> On Feb 15, 2019, at 7:15 AM, Gary Gregory <[email protected]> wrote: >>> >>> Maybe we should introduce the ability to inject a custom class pre and post >>> even processing? We could provide an implementation based on the scripting >>> API so folks could just write JavaScript directly in the config. >>> >>> Gary >>> >>>> On Fri, Feb 15, 2019 at 7:34 AM gaurav <[email protected]> wrote: >>>> >>>> Hi log4jusers, >>>> >>>> Want to invoke custom code(to send email) after the RollingFileAppender >>>> append event. >>>> >>>> What would you suggest? >>>> >>>> P.S. Cannot extend RollingFileAppender, as it is final. >>>> >>>> Please help >>>> >>>> Thank you, >>>> Gaurav >>>> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
