mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-09 16:19:35 +00:00
doc: Explain the various logevel settings
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
1fb8ecb498
commit
4c79367e9b
@ -120,13 +120,25 @@ Set the logging level used by the library.
|
|||||||
@var{loglevel} is a number or a string containing one of the following values:
|
@var{loglevel} is a number or a string containing one of the following values:
|
||||||
@table @samp
|
@table @samp
|
||||||
@item quiet
|
@item quiet
|
||||||
|
Show nothing at all; be silent.
|
||||||
@item panic
|
@item panic
|
||||||
|
Only show fatal errors which could lead the process to crash, such as
|
||||||
|
and assert failure. This is not currently used for anything.
|
||||||
@item fatal
|
@item fatal
|
||||||
|
Only show fatal errors. These are errors after which the process absolutely
|
||||||
|
cannot continue after.
|
||||||
@item error
|
@item error
|
||||||
|
Show all errors, including ones which can be recovered from.
|
||||||
@item warning
|
@item warning
|
||||||
|
Show all warnings and errors. Any message related to possibly
|
||||||
|
incorrect or unexpected events will be shown.
|
||||||
@item info
|
@item info
|
||||||
|
Show informative messages during processing. This is in addition to
|
||||||
|
warnings and errors. This is the default value.
|
||||||
@item verbose
|
@item verbose
|
||||||
|
Same as @code{info}, except more verbose.
|
||||||
@item debug
|
@item debug
|
||||||
|
Show everything, including debugging information.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
By default the program logs to stderr, if coloring is supported by the
|
By default the program logs to stderr, if coloring is supported by the
|
||||||
|
Loading…
Reference in New Issue
Block a user