b55472de41a57f40a74902a082470c636501f4b5
[sliver-openvswitch.git] / lib / vlog-modules.def
1 /*
2  * Copyright (c) 2008, 2009, 2010 Nicira Networks.
3  *
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:
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
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.
15  */
16
17 /* Modules that can emit log messages. */
18 VLOG_MODULE(backtrace)
19 VLOG_MODULE(brcompatd)
20 VLOG_MODULE(bridge)
21 VLOG_MODULE(collectors)
22 VLOG_MODULE(controller)
23 VLOG_MODULE(coverage)
24 VLOG_MODULE(daemon)
25 VLOG_MODULE(dhcp)
26 VLOG_MODULE(dhcp_client)
27 VLOG_MODULE(discovery)
28 VLOG_MODULE(dpif)
29 VLOG_MODULE(dpif_linux)
30 VLOG_MODULE(dpif_netdev)
31 VLOG_MODULE(dpctl)
32 VLOG_MODULE(entropy)
33 VLOG_MODULE(ezio_term)
34 VLOG_MODULE(fail_open)
35 VLOG_MODULE(fatal_signal)
36 VLOG_MODULE(flow)
37 VLOG_MODULE(in_band)
38 VLOG_MODULE(jsonrpc)
39 VLOG_MODULE(leak_checker)
40 VLOG_MODULE(learning_switch)
41 VLOG_MODULE(lockfile)
42 VLOG_MODULE(mac_learning)
43 VLOG_MODULE(netdev)
44 VLOG_MODULE(netdev_gre)
45 VLOG_MODULE(netdev_linux)
46 VLOG_MODULE(netdev_patch)
47 VLOG_MODULE(netdev_vport)
48 VLOG_MODULE(netflow)
49 VLOG_MODULE(netlink)
50 VLOG_MODULE(ofctl)
51 VLOG_MODULE(ofp_parse)
52 VLOG_MODULE(ofp_util)
53 VLOG_MODULE(ovs_discover)
54 VLOG_MODULE(ofproto)
55 VLOG_MODULE(openflowd)
56 VLOG_MODULE(ovsdb_client)
57 VLOG_MODULE(ovsdb_error)
58 VLOG_MODULE(ovsdb_file)
59 VLOG_MODULE(ovsdb_idl)
60 VLOG_MODULE(ovsdb_log)
61 VLOG_MODULE(ovsdb_jsonrpc_server)
62 VLOG_MODULE(ovsdb_server)
63 VLOG_MODULE(ovsdb_tool)
64 VLOG_MODULE(pktbuf)
65 VLOG_MODULE(pcap)
66 VLOG_MODULE(poll_loop)
67 VLOG_MODULE(proc_net_compat)
68 VLOG_MODULE(process)
69 VLOG_MODULE(rconn)
70 VLOG_MODULE(reconnect)
71 VLOG_MODULE(rtnetlink)
72 VLOG_MODULE(sflow)
73 VLOG_MODULE(stream_fd)
74 VLOG_MODULE(stream_ssl)
75 VLOG_MODULE(stream_tcp)
76 VLOG_MODULE(stream_unix)
77 VLOG_MODULE(stream)
78 VLOG_MODULE(status)
79 VLOG_MODULE(svec)
80 VLOG_MODULE(terminal)
81 VLOG_MODULE(timeval)
82 VLOG_MODULE(tty)
83 VLOG_MODULE(socket_util)
84 VLOG_MODULE(switchui)
85 VLOG_MODULE(unixctl)
86 VLOG_MODULE(util)
87 VLOG_MODULE(vconn_stream)
88 VLOG_MODULE(vconn)
89 VLOG_MODULE(vsctl)
90 VLOG_MODULE(vlog)
91 VLOG_MODULE(vswitchd)
92 VLOG_MODULE(vt)
93 VLOG_MODULE(xenserver)
94
95 #undef VLOG_MODULE