Rémi Denis-Courmont
bba70b6543
console: avoid integer to pointer conversion
7 years ago
Rémi Denis-Courmont
2a7497657d
syslog: use destroy callback
7 years ago
Rémi Denis-Courmont
a5314babc0
file logger: use destroy callback
7 years ago
Rémi Denis-Courmont
49b6bc3351
log: define constant operations structure
7 years ago
KO Myung-Hun
0adb6dc67a
logger/console: print messages in system locale on OS/2
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
8 years ago
Rémi Denis-Courmont
0e9e4feb7c
config: remove advanced from add_savefile()
8 years ago
Rémi Denis-Courmont
b97304c176
file logger: do not disable buffering
9 years ago
Marvin Scholz
fc05351f4f
logger/file: Improve the verbosity option description
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Marvin Scholz
e597583b00
logger/file: Use defines for logfile text and longtext
Make it consistent with the rest of the options text and longtexts
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Marvin Scholz
4f555ac71f
logger/file: Use choice list for log-verbose option
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years ago
Thomas Guillem
efd04637ad
logger/console: fix indent
10 years ago
Thomas Guillem
e8bfe53375
logger/android: fix verbosity level
Now, Android verbose flags corresponds of the others platforms one
(-vv is enough for full logs).
10 years ago
Thomas Guillem
0fd217b29c
logger: android: display thread id
10 years ago
Rémi Denis-Courmont
d838f848d6
messages: add thread ID in message meta-data
10 years ago
Rémi Denis-Courmont
f2c0c9a5d3
messages: remove redundant cancellation handling
11 years ago
Rémi Denis-Courmont
56220f8612
vlc_plugin: fix non-LGPL plugins meta infos
11 years ago
KO Myung-Hun
5253cf2846
logger: fix compilation on OS/2
-----
CC logger/console.lo
logger/console.c: In function 'Open':
logger/console.c:115:5: error: implicit declaration of function 'isatty' [-Werror=implicit-function-declaration]
if (isatty(STDERR_FILENO) && var_InheritBool(obj, "color"))
^
logger/console.c:115:16: error: 'STDERR_FILENO' undeclared (first use in this function)
if (isatty(STDERR_FILENO) && var_InheritBool(obj, "color"))
^
logger/console.c:115:16: note: each undeclared identifier is reported only once for each function it appears in
cc1.exe: some warnings being treated as errors
-----
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Thomas Guillem
39bd1d8639
logger/android: use "verbose" var
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Thomas Guillem
a8d492c918
android: convert Android logger to module
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
11 years ago
Rémi Denis-Courmont
6d30448f5d
journal: relicence to LGPL
11 years ago
Rémi Denis-Courmont
6e04a12cd8
console: fix licence
This comes from src/misc/messages.c with new code.
11 years ago
Rémi Denis-Courmont
e8fc5a926b
file: convert file logger to a logger module
11 years ago
Rémi Denis-Courmont
15ed098258
journal: add native logger module for the SystemD Journal
11 years ago
Rémi Denis-Courmont
b20e1eda4a
syslog: convert to logger module
11 years ago
Rémi Denis-Courmont
49006c5948
console: convert console logger to module
11 years ago