log.c revision 29446b114946dbffc2e41eeeb1f0cce7d68f5198
7d32c065c7bb56f281651ae3dd2888f32ce4f1d9Bob Halley * Copyright (C) 1999, 2000 Internet Software Consortium.
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * Permission to use, copy, modify, and distribute this software for any
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * purpose with or without fee is hereby granted, provided that the above
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * copyright notice and this permission notice appear in all copies.
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
29446b114946dbffc2e41eeeb1f0cce7d68f5198Andreas Gustafsson/* $Id: log.c,v 1.22 2000/05/09 23:29:51 gson Exp $ */
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence/* Principal Authors: DCL */
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * When adding a new category, be sure to add the appropriate
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * #define to <dns/log.h>.
5fe5a0c02634eaadfcbc3528bf2c184557110a3bAndreas Gustafsson { "notify", 0 },
5fe5a0c02634eaadfcbc3528bf2c184557110a3bAndreas Gustafsson { "database", 0 },
5fe5a0c02634eaadfcbc3528bf2c184557110a3bAndreas Gustafsson { "security", 0 },
5fe5a0c02634eaadfcbc3528bf2c184557110a3bAndreas Gustafsson { "config", 0 },
230bc05e7e4a6ba7fa4ee396048ab669552dcbe2Andreas Gustafsson { "dnssec", 0 },
5fe5a0c02634eaadfcbc3528bf2c184557110a3bAndreas Gustafsson { "resolver", 0 },
5fe5a0c02634eaadfcbc3528bf2c184557110a3bAndreas Gustafsson { "xfer-in", 0 },
5fe5a0c02634eaadfcbc3528bf2c184557110a3bAndreas Gustafsson { "xfer-out", 0 },
20c266cbc999c724e03e6edd437fb4181b92f095Michael Graff { "dispatch", 0 },
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * When adding a new module, be sure to add the appropriate
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence * #define to <dns/log.h>.