NetworkManager/src/logging
Colin Walters 2269b708ac main+logging: Allow early logging before config files
The new setup phase goes like this:

- main()
- parse command line options
- logging is configured, targeting stdout/stderr
- ...other stuff...
- do or do not daemonize, depending on commandline option and config files
- Call openlog() - further log messages go to syslog (and potentially
  stderr as well, if the -d option was specified so we use LOG_PERROR).

Basically, this allows us to log messages about config file parsing
and such, which *greatly* helps with debugging.
2013-06-24 15:48:53 -05:00
..
nm-logging.c main+logging: Allow early logging before config files 2013-06-24 15:48:53 -05:00
nm-logging.h main+logging: Allow early logging before config files 2013-06-24 15:48:53 -05:00