/*
* Copyright (C) 1999-2001, 2003-2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
* \author Principal Authors: DCL */
#ifndef DNS_LOG_H
/* DNS_LOGCATEGORY_CONFIG superseded by CFG_LOGCATEGORY_CONFIG */
/* Backwards compatibility. */
void
/*%
* Make the libdns categories and modules available for use with the
* ISC logging library.
*
* Requires:
*\li lctx is a valid logging context.
*
*\li dns_log_init() is called only once.
*
* Ensures:
* \li The categories and modules defined above are available for
* use by isc_log_usechannnel() and isc_log_write().
*/
void
/*%
* Make the libdns library use the provided context for logging internal
* messages.
*
* Requires:
*\li lctx is a valid logging context.
*/
#endif /* DNS_LOG_H */