diff mbox series

[FFmpeg-devel,v3,2/2] Add time logging flags to docs

Message ID MN2PR04MB59816000318056E6FDBFEFAEBAF69@MN2PR04MB5981.namprd04.prod.outlook.com
State Superseded, archived
Headers show
Series [FFmpeg-devel,v3,1/2] Add option to log timing | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Soft Works Aug. 9, 2021, 12:47 a.m. UTC
Signed-off-by: softworkz <softworkz@hotmail.com>
---
 doc/fftools-common-opts.texi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Gyan Doshi Aug. 9, 2021, 3:36 a.m. UTC | #1
On 2021-08-09 06:17 am, Soft Works wrote:
> Signed-off-by: softworkz <softworkz@hotmail.com>
> ---
>   doc/fftools-common-opts.texi | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
> index 7643dd8396..483a50d8e9 100644
> --- a/doc/fftools-common-opts.texi
> +++ b/doc/fftools-common-opts.texi
> @@ -198,6 +198,10 @@ and the "Last message repeated n times" line will be omitted.
>   Indicates that log output should add a @code{[level]} prefix to each message
>   line. This can be used as an alternative to log coloring, e.g. when dumping the
>   log to file.
> +@item timing
> +Prefixes each log line with the current time.
> +@item datetiming
> +Same as timing but also prints the current date in each line.
Call it time and datetime. Timing connotes interval duration.

Regards,
Gyan
diff mbox series

Patch

diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 7643dd8396..483a50d8e9 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -198,6 +198,10 @@  and the "Last message repeated n times" line will be omitted.
 Indicates that log output should add a @code{[level]} prefix to each message
 line. This can be used as an alternative to log coloring, e.g. when dumping the
 log to file.
+@item timing
+Prefixes each log line with the current time.
+@item datetiming
+Same as timing but also prints the current date in each line.
 @end table
 Flags can also be used alone by adding a '+'/'-' prefix to set/reset a single
 flag without affecting other @var{flags} or changing @var{loglevel}. When