[PATCH v10 08/10] eal: add option to put timestamp on console output

Stephen Hemminger stephen at networkplumber.org
Thu Mar 21 18:16:36 CET 2024


On Thu, 21 Mar 2024 10:11:31 -0700
Tyler Retzlaff <roretzla at linux.microsoft.com> wrote:

> >  
> >  
> > +Console timestamp
> > +~~~~~~~~~~~~~~~~~
> > +
> > +On Linux and FreeBSD, an optional timestamp can be added before each
> > +message by adding the ``--log-timestamp`` option.  
> 
> i don't think Windows should be excluded from the feature, in general
> core libraries that get features should cover all platforms.

The problem is that current Linux/FreeBSD log code depends on fopencookie()
to work. I could not find a way to do that on Windows.


More information about the dev mailing list