/* -*- Mode: C; tab-width: 4 -*-
*
* Copyright (c) 2003-2015 Apple Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "mDNSDebug.h"
#include <stdio.h>
#else
#include <syslog.h>
#endif
#include "mDNSEmbeddedAPI.h"
#if MDNS_DEBUGMSGS
#else
#endif
// Note, this uses mDNS_vsnprintf instead of standard "vsnprintf", because mDNS_vsnprintf knows
// how to print special data types like IP addresses and length-prefixed domain names
#if MDNS_DEBUGMSGS > 1
{
}
#endif
// Log message with default "mDNSResponder" ident string at the start
{
}
#define LOG_HELPER_BODY(L) \
{ \
}
// see mDNSDebug.h
#endif
#if MDNS_DEBUGMSGS
#endif
// Log message with default "mDNSResponder" ident string at the start