I've been migrating to async logging at work, so I've kinda been looking
closely. ;)

On 13 June 2016 at 19:04, Remko Popma <[email protected]> wrote:

> Nice find!
>
> Sent from my iPhone
>
> > On 2016/06/14, at 6:00, [email protected] wrote:
> >
> > Repository: logging-log4j2
> > Updated Branches:
> >  refs/heads/master 0cf1df05e -> 3ccc6531e
> >
> >
> > Fix FQCN for Clock in async manual
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> > Commit:
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3ccc6531
> > Tree:
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3ccc6531
> > Diff:
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3ccc6531
> >
> > Branch: refs/heads/master
> > Commit: 3ccc6531ede2266bffb2f33da3793527f10aed31
> > Parents: 0cf1df0
> > Author: Matt Sicker <[email protected]>
> > Authored: Mon Jun 13 16:00:04 2016 -0500
> > Committer: Matt Sicker <[email protected]>
> > Committed: Mon Jun 13 16:00:04 2016 -0500
> >
> > ----------------------------------------------------------------------
> > src/site/xdoc/manual/async.xml | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> > ----------------------------------------------------------------------
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3ccc6531/src/site/xdoc/manual/async.xml
> > ----------------------------------------------------------------------
> > diff --git a/src/site/xdoc/manual/async.xml
> b/src/site/xdoc/manual/async.xml
> > index 1db0a5a..1f1a15d 100644
> > --- a/src/site/xdoc/manual/async.xml
> > +++ b/src/site/xdoc/manual/async.xml
> > @@ -266,7 +266,7 @@
> >             </td>
> >             <td>
> >               <p>
> > -                Implementation of the
> <tt>org.apache.logging.log4j.core.helpers.Clock</tt>
> > +                Implementation of the
> <tt>org.apache.logging.log4j.core.util.Clock</tt>
> >                 interface that is used for timestamping the log events
> when all loggers are asynchronous.
> >                 <br />
> >                 By default, <tt>System.currentTimeMillis</tt> is called
> on every log event.
> > @@ -826,4 +826,4 @@
> >       </subsection>
> >     </section>
> >   </body>
> > -</document>
> > \ No newline at end of file
> > +</document>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Matt Sicker <[email protected]>

Reply via email to