Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
8308fdd2
Commit
8308fdd2
authored
Mar 12, 2010
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logger: allow libvlc programs to be more verbose (webplugins)
parent
dfc45a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/misc/logger.c
modules/misc/logger.c
+4
-0
No files found.
modules/misc/logger.c
View file @
8308fdd2
...
...
@@ -167,16 +167,20 @@ vlc_module_begin ()
add_file
(
"logfile"
,
NULL
,
NULL
,
N_
(
"Log filename"
),
N_
(
"Specify the log filename."
),
false
)
change_safe
()
add_string
(
"logmode"
,
"text"
,
NULL
,
LOGMODE_TEXT
,
LOGMODE_LONGTEXT
,
false
)
change_string_list
(
mode_list
,
mode_list_text
,
0
)
change_safe
()
#ifdef HAVE_SYSLOG_H
add_string
(
"syslog-facility"
,
fac_name
[
0
],
NULL
,
SYSLOG_FACILITY_TEXT
,
SYSLOG_FACILITY_LONGTEXT
,
true
)
change_string_list
(
fac_name
,
fac_name
,
0
)
change_safe
()
#endif
add_integer
(
"log-verbose"
,
-
1
,
NULL
,
LOGVERBOSE_TEXT
,
LOGVERBOSE_LONGTEXT
,
false
)
change_safe
()
add_obsolete_string
(
"rrd-file"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment