SBinetLog.h
上传用户:xqtpzdz
上传日期:2022-05-21
资源大小:1764k
文件大小:3k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. /****************License************************************************
  2.  * Vocalocity OpenVXI
  3.  * Copyright (C) 2004-2005 by Vocalocity, Inc. All Rights Reserved.
  4.  * This program is free software; you can redistribute it and/or
  5.  * modify it under the terms of the GNU General Public License
  6.  * as published by the Free Software Foundation; either version 2
  7.  * of the License, or (at your option) any later version.
  8.  *  
  9.  * This program is distributed in the hope that it will be useful,
  10.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.  * GNU General Public License for more details.
  13.  *
  14.  * You should have received a copy of the GNU General Public License
  15.  * along with this program; if not, write to the Free Software
  16.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  17.  * Vocalocity, the Vocalocity logo, and VocalOS are trademarks or 
  18.  * registered trademarks of Vocalocity, Inc. 
  19.  * OpenVXI is a trademark of Scansoft, Inc. and used under license 
  20.  * by Vocalocity.
  21.  ***********************************************************************/
  22. #ifndef _SBINET_LOG_H
  23. #define _SBINET_LOG_H
  24. #include "VXIlog.h"          /* Logging interface */
  25. #ifdef __cplusplus
  26. #include "SBinetLogger.hpp"  /* Logging base class */
  27. #endif
  28. /* Module defines */
  29. #ifndef MODULE_PREFIX
  30. #define MODULE_PREFIX  COMPANY_DOMAIN L"."
  31. #endif
  32. #ifdef OPENVXI
  33. #define MODULE_SBINET                  MODULE_PREFIX L"OSBinet"
  34. #define SBINET_IMPLEMENTATION_NAME     COMPANY_DOMAIN L".OSBinet"
  35. #else
  36. #define MODULE_SBINET                  MODULE_PREFIX L"SBinet"
  37. #define SBINET_IMPLEMENTATION_NAME     COMPANY_DOMAIN L".SBinet"
  38. #endif
  39. #define MODULE_SBINET_API_TAGID             0
  40. #define MODULE_SBINET_CHANNEL_TAGID         1
  41. #define MODULE_SBINET_STREAM_TAGID          2
  42. #define MODULE_SBINET_COOKIE_TAGID          3
  43. #define MODULE_SBINET_VALIDATOR_TAGID       4
  44. #define MODULE_SBINET_CACHE_TAGID           5
  45. #define MODULE_SBINET_TIMING_TAGID          6
  46. #define MODULE_SBINET_PROXY_TAGID           7
  47. #define MODULE_SBINET_CONNECTION_TAGID      8
  48. #define MODULE_SBINET_DUMP_HTTP_MSGS        10
  49. /* Only for SBinetLibwww, preserved for OpenVXI distributions */
  50. #define MODULE_SBINET_HTALERT_TAGID         100
  51. #define MODULE_SBINET_HTPRINT_TAGID         101
  52. #define MODULE_SBINET_HTTRACE_TAGID         102
  53. #define MODULE_SBINET_HTTRACEDATA_TAGID     103
  54. #define MODULE_SBINET_HTTP_HEADERS_TAGID    104
  55. #endif  /* _SBINET_LOG_H */