summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:42:48 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-06 08:42:48 +0000
commit5aac28ec24961c7e02c4a2e7085e641a3a4b78c7 (patch)
treede6fbe5806cddfd8d6714ff28857726ce9f3f767 /DOCS
parent6455d918ad65a7427107a0e5d5b45d4bfdf6653d (diff)
downloadmpv-5aac28ec24961c7e02c4a2e7085e641a3a4b78c7.tar.bz2
mpv-5aac28ec24961c7e02c4a2e7085e641a3a4b78c7.tar.xz
new -msglevel option, constrols msg level for every msg module
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17107 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.137
1 files changed, 37 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index c65e848a88..b2b0e41196 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -511,6 +511,43 @@ instead of the builtin codecs.conf.
Specify configuration file to be parsed after the default ones.
.
.TP
+.B \-msglevel <all=<level>:module=<level>:...>
+Control verbosity directly for each module.
+The 'all' module changes the verbosity of all other modules not specified.
+See '-msglevel help' for a list of all modules
+.br
+.I NOTE:
+Messages printed before the command line is loaded cannot be controlled.
+.br
+Available levels:
+.PD 0
+.RSs
+.IPs -1
+Complete silence.
+.IPs 0
+Fatal messages only.
+.IPs 1
+Error messages.
+.IPs 2
+Warning messages.
+.IPs 3
+Short hints.
+.IPs 4
+Information messages.
+.IPs 5
+Status messages (those hidden by -quiet).
+.IPs 6
+Verbose messages.
+.IPs 7
+Debug level 2.
+.IPs 8
+Debug level 3.
+.IPs 9
+Debug level 4.
+.RE
+.PD 1
+.
+.TP
.B \-quiet\
Make console output less verbose; in particular, prevents the status line
(i.e.\& A: 0.7 V: 0.6 A-V: 0.068 ...) from being displayed.