log.c revision fc80027fb54b501cdd88461bf879d078259e0226
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * Copyright (C) 1999 Internet Software Consortium.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * Permission to use, copy, modify, and distribute this software for any
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * purpose with or without fee is hereby granted, provided that the above
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * copyright notice and this permission notice appear in all copies.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews/* $Id: log.c,v 1.1 1999/09/23 17:43:50 tale Exp $ */
0c310d16b05ee94743d33f6920907edee6084fc8Michael Graff/* Principal Authors: DCL */
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * When adding a new category, be sure to add the appropriate
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * #define to <dns/log.h>.
a98551ef592e9be6008e0141ceeb32efd586c5efMark Andrews { "dns_general: ", 0 },
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews { "dns_database: ", 0 },
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews { "dns_security: ", 0 },
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews * When adding a new module, be sure to add the appropriate
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews * #define to <dns/log.h>.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews { "db: ", 0 },
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews { "rbtdb: ", 0 },
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews { "rbtdb64: ", 0 },
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews { "rbt: ", 0 },
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews { "rdata: ", 0 },
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews { "master: ", 0 },
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews { "message: ", 0 },
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews { "cache: ", 0 },