summaryrefslogtreecommitdiff
path: root/include/openvswitch/vlog.h
Commit message (Expand)AuthorAgeFilesLines
* daemon-unix: Close log file in monitor process while waiting on child.Ben Pfaff2022-02-141-0/+2
* fatal-signal: Fix clang error due to lock.William Tu2020-03-241-2/+2
* fatal-signal: Log backtrace when no monitor daemon.William Tu2020-03-231-0/+3
* vlog: exit with error if explicitly specified logfile cannot be openedDan Williams2018-05-251-2/+8
* ovs-vswitchd: Avoid or suppress memory leak warning for glibc aio.Ben Pfaff2018-02-011-0/+1
* vlog: Fix crash when --syslog-method has no argument.Binbin Xu2016-08-191-1/+1
* vlog: Fix windows build.Russell Bryant2016-02-101-1/+1
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-37/+36
* vlog: Simplify module definition.Ben Pfaff2016-02-031-20/+14
* vlog: Make 'vlog_modules' private to vlog.c.Ben Pfaff2016-02-031-4/+1
* vlog: Only compile vlog_change_owner on Unix platformAndy Zhou2015-11-111-1/+3
* vlog: change log file owner when switching userAndy Zhou2015-11-111-0/+1
* vlog: add "vlog/list-pattern" commandAnsis Atteka2015-06-271-0/+1
* vlog: abstract out interface to syslog daemonAnsis Atteka2015-06-271-0/+8
* vlog: Logging option '--syslog-target' needs one argument.Gurucharan Shetty2015-01-261-1/+1
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-19/+21
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-0/+296