Koichiro IWAO
|
2411a0be14
|
log: add log level TRACE
TRACE means more verbose than DEBUG. syslog doesn't have more verbose
level than DEBUG, map TRACE to DEBUG for syslog.
|
7 years ago |
Pavel Roskin
|
6ed4c969f4
|
Eliminate APP_CC and DEFAULT_CC
|
8 years ago |
volth
|
26a26ef906
|
fix build with --enable-xrdpdebug=yes
|
8 years ago |
volth
|
37b4a14b54
|
fix build with --enable-xrdpdebug=yes
|
8 years ago |
Pavel Roskin
|
6fef1e4eb5
|
Use const pointers in function arguments when possible
|
8 years ago |
Pavel Roskin
|
bc868b96b1
|
Remove text2bool() from log.h, there is no such function
|
8 years ago |
Pavel Roskin
|
2c13ef5c6d
|
Use enum logLevels consistently for log levels
|
8 years ago |
Pavel Roskin
|
951e632757
|
Make program_name constant, don't duplicate or free it
|
8 years ago |
Pavel Roskin
|
b1527b7947
|
Check string format in log_message
Move "printflike" definition to arch.h, it's used both by log.h and
os_calls.h.
|
8 years ago |
Pavel Roskin
|
92a6833e9b
|
Fix typos
|
9 years ago |
Jay Sorg
|
a73e66513d
|
common: indent, not logic change
|
10 years ago |
Jay Sorg
|
374633e63f
|
common: no logic change, update comments
|
11 years ago |
Jay Sorg
|
c6fa03102f
|
copyright year update
|
12 years ago |
Laxmikant Rashinkar
|
1123323fda
|
o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
|
12 years ago |
Jay Sorg
|
dbd2cbca8e
|
syslog: cs/minor changes
|
13 years ago |
norrarvid
|
4d4ebbf363
|
Initial syslog support in XRDP
|
13 years ago |
Jay Sorg
|
bb7898419f
|
update copyright year
|
14 years ago |
jsorg71
|
6c5f82fd04
|
update copyright year
|
16 years ago |
ilsimo
|
4c9d3862e5
|
updating logging subsystem
|
17 years ago |
jsorg71
|
38b789e81f
|
update copyright year
|
17 years ago |
jsorg71
|
f784f69395
|
ansi
|
18 years ago |
jsorg71
|
02cd95ebef
|
copyright year update
|
18 years ago |
ilsimo
|
9e2235ceaa
|
making (hopefully) the logging system thread-safe
|
19 years ago |
jsorg71
|
b65409683b
|
copyright year updates
|
19 years ago |
jsorg71
|
489fddf5f2
|
align
|
19 years ago |
ilsimo
|
ec3016ca87
|
fixing some errors in logging functions
- removing warnings created by LOG_DBG() macro
- fixing syslog message error
- adding platform specific end of line
|
19 years ago |
ilsimo
|
ba1ea148f4
|
Added logging subsystem
|
19 years ago |