2 * Copyright (c) 2008, 2009 Nicira Networks.
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at:
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
17 /* Modules that can emit log messages. */
18 VLOG_MODULE(backtrace)
19 VLOG_MODULE(brcompatd)
24 VLOG_MODULE(collectors)
25 VLOG_MODULE(controller)
31 VLOG_MODULE(dhcp_client)
32 VLOG_MODULE(discovery)
34 VLOG_MODULE(dpif_linux)
35 VLOG_MODULE(dpif_netdev)
38 VLOG_MODULE(ezio_term)
39 VLOG_MODULE(fail_open)
40 VLOG_MODULE(fatal_signal)
44 VLOG_MODULE(leak_checker)
45 VLOG_MODULE(learning_switch)
46 VLOG_MODULE(mac_learning)
49 VLOG_MODULE(netdev_linux)
53 VLOG_MODULE(ovs_discover)
55 VLOG_MODULE(openflowd)
58 VLOG_MODULE(poll_loop)
59 VLOG_MODULE(port_watcher)
60 VLOG_MODULE(proc_net_compat)
63 VLOG_MODULE(rtnetlink)
73 VLOG_MODULE(socket_util)
76 VLOG_MODULE(vconn_tcp)
77 VLOG_MODULE(vconn_ssl)
78 VLOG_MODULE(vconn_stream)
79 VLOG_MODULE(vconn_unix)
85 VLOG_MODULE(xenserver)