http://logging.apache.org/log4j/2.x/manual/customconfig.html


On Thu, Feb 27, 2020 at 09:32 EDMONDO SENA <edse...@gmail.com> wrote:

>
> Is it possible to do it in java code without configuration file?
>
>
>
> On 2020/02/27 15:28:26, Ralph Goers <ralph.go...@dslextreme.com> wrote:
> > Why are you using the PatternLayout with the SyslogAppender?  If you
> replace the Layout it will no longer be sending data in accordance with the
> Syslog spec.  Why are you doing this programmatically instead of using a
> configuration file?
> >
> > Ralph
> >
> > > On Feb 27, 2020, at 8:25 AM, EDMONDO SENA <edse...@gmail.com> wrote:
> > >
> > >
> > > I've used:
> > >
> > > Call ->
> > > final Builder<?> builder2 = newSyslogAppenderBuilder(protocol, format,
> newLine);
> > >
> > >
> > > protected static Builder<?> newSyslogAppenderBuilder(final String
> protocol,final String format,final boolean newLine)
> > >
> > > return Syslog4jAppenderLI.newSyslogAppenderBuilder()
> > >                     .withHost(xxxxx)
> > >                     .withPort(xxxxx).
> > >
> > > .....
> > >
> > > builder2.setLayout((Layout<? extends Serializable> )
> PatternLayout.newBuilder().withPattern("%d %-lp - %m").build());
> > >
> > > I don't know if it is will work.
> > >
> > >
> > >
> > > On 2020/02/27 15:18:24, Ralph Goers <ralph.go...@dslextreme.com>
> wrote:
> > >> I am not sure what you mean by “regular expression” with regards to
> the PatternLayout as it doesn’t use regular expressions.  Have you tried
> the same pattern? My guess is it should do the same thing Log4j 1 did.
> > >>
> > >> Ralph
> > >>
> > >>> On Feb 27, 2020, at 2:25 AM, EDMONDO SENA <edse...@gmail.com> wrote:
> > >>>
> > >>>
> > >>> Hi Everybody,
> > >>>
> > >>> In log4j1.x I was using the PatternLayout(String Pattern) namely:
> > >>>
> > >>> - setLayout(new PatternLayout("%d %-lp - %m").
> > >>>
> > >>> Now I didn't understand the equivalent of making this regular
> expression in log4j2.
> > >>> Can you help me understand better?
> > >>>
> > >>> ---------------------------------------------------------------------
> > >>> To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> > >>> For additional commands, e-mail: log4j-user-h...@logging.apache.org
> > >>>
> > >>>
> > >>
> > >>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> > >> For additional commands, e-mail: log4j-user-h...@logging.apache.org
> > >>
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> > > For additional commands, e-mail: log4j-user-h...@logging.apache.org
> > >
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> > For additional commands, e-mail: log4j-user-h...@logging.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> For additional commands, e-mail: log4j-user-h...@logging.apache.org
>
> --
Matt Sicker <boa...@gmail.com>

Reply via email to