00001 /* 00002 * $Id: monitube-mgmt_logging.h 366303 2010-03-05 13:14:01Z taoliu $ 00003 * 00004 * This code is provided as is by Juniper Networks SDK Developer Support. 00005 * It is provided with no warranties or guarantees, and Juniper Networks 00006 * will not provide support or maintenance of this code in any fashion. 00007 * The code is provided only to help a developer better understand how 00008 * the SDK can be used. 00009 * 00010 * Copyright (c) 2008, Juniper Networks, Inc. 00011 * All rights reserved. 00012 */ 00013 00023 #ifndef __MONITUBE_MGMT_LOGGING_H__ 00024 #define __MONITUBE_MGMT_LOGGING_H__ 00025 00026 /*** Constants ***/ 00027 00031 #define LOG(_level, _fmt...) \ 00032 ERRMSG(MONITUBE_MGMT, (_level), _fmt) 00033 00034 /*** Data structures ***/ 00035 00036 00037 /*** GLOBAL/EXTERNAL Functions ***/ 00038 00039 00040 #endif