sipxportlib  Version 3.3
OsSysLogFacilities.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 SIPfoundry Inc.
3 // Licensed by SIPfoundry under the LGPL license.
4 //
5 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6 // Licensed to SIPfoundry under a Contributor Agreement.
7 //
8 // $$
10 
11 #ifndef _OsSysLogFacilities_h_
12 #define _OsSysLogFacilities_h_
13 
14 // SYSTEM INCLUDES
15 // APPLICATION INCLUDES
16 // DEFINES
17 // MACROS
18 // EXTERNAL FUNCTIONS
19 // EXTERNAL VARIABLES
20 // CONSTANTS
21 // STRUCTS
22 // ENUMS
23 
24 //
25 // *** READ THIS ***
26 //
27 // NOTE: If adding a facility, please:
28 // 1) Insert it before the FAC_MAX_FACILITY.
29 // 2) Update OsSysLogFacilties.cpp to include the
30 // string name.
31 // 3) Update the !enum comments below.
32 //
33 // *** READ THIS ***
34 //
35 //
36 
38 {
39  FAC_PERF=0, // performance related
40  FAC_KERNEL, // kernel/os related
41  FAC_AUTH, // authentication/security related
42  FAC_NET, // networking related
43  FAC_RTP, // RTP/RTCP related
44  FAC_PHONESET, // phoneset related
45  FAC_HTTP, // http sever related
46  FAC_SIP, // sip related
47  FAC_CP, // call processing related
48  FAC_MP, // media processing related
49  FAC_TAO, // TAO related
50  FAC_JNI, // JNI Layer related
51  FAC_JAVA, // Java related
52  FAC_LOG, // OsSysLog related
53  FAC_WATCHDOG, // WatchDog related
54  FAC_SIP_OUTGOING, // Outgoing SIP messages
55  FAC_SIP_INCOMING, // Incoming SIP messages
56  FAC_SIP_INCOMING_PARSED,// Incoming SIP messages after being parsed
57  FAC_MEDIASERVER_CGI, // Mediaserver CGIs
58  FAC_MEDIASERVER_VXI, // Mediaserver VXI engine
59  FAC_ACD, // ACD related
60  FAC_PARK, // Park Server related
61  FAC_APACHE_AUTH, // Apache Authentication Module
62  FAC_UPGRADE, // Update/Upgrade related
63  FAC_LINE_MGR, // SIP line manager related
64  FAC_REFRESH_MGR, // SIP refresh manager related
65  FAC_PROCESSCGI, // Process Management CGI (process.cgi)
66  FAC_STREAMING, // Stream Media related message
67  FAC_REPLICATION_CGI, // replication cgi( replicates databases across components )
68  FAC_DB, // Database related (sipdb)
69  FAC_PROCESSMGR, // OsProcessMgr
70  FAC_PROCESS, // process related
71  FAC_SIPXTAPI, // sipXtapi related
72  FAC_AUDIO, // audio related
73  FAC_CONFERENCE, // Conference bridge
74  FAC_ODBC, // ODBC related
75  FAC_CDR, // CDR generating related
76  FAC_RLS, // Resource list server
77  FAC_VOICEENGINE, // GIPS VoiceEngine-specific logging
78  FAC_VIDEOENGINE, // GIPS VideoEngine-specific logging
79  FAC_APP, // Generic application facility
80  FAC_SIP_CUSTOM, // Custom transport messages
81  FAC_SDP, // SDP parsing
82  FAC_MAX_FACILITY // Last Facility (used to for length)
83 
84  //
85  // *** READ THIS ***
86  //
87  // NOTE: If adding a facility, please:
88  // 1) Insert it before the FAC_MAX_FACILITY.
89  // 2) Update OsSysLogFacilties.cpp to include the
90  // string name.
91  // 3) Update the !enum comments below.
92  //
93  // *** READ THIS ***
94  //
95  //
96 } ;
97  //: Defines the various facilities available for platforms.
98  //
99  //
138 
139 // TYPEDEFS
141 
142 // FORWARD DECLARATIONS
143 
144 #endif /* _OsSysLogFacilities_h_ ] */
Definition: OsSysLogFacilities.h:67
Definition: OsSysLogFacilities.h:40
Definition: OsSysLogFacilities.h:41
Definition: OsSysLogFacilities.h:71
Definition: OsSysLogFacilities.h:54
enum tagOsSysLogFacility OsSysLogFacility
enumcode: FAC_PERF - performance related enumcode: FAC_KERNEL - kernel/os related enumcode: FAC_AUTH ...
Definition: OsSysLogFacilities.h:140
Definition: OsSysLogFacilities.h:51
Definition: OsSysLogFacilities.h:76
Definition: OsSysLogFacilities.h:82
Definition: OsSysLogFacilities.h:70
Definition: OsSysLogFacilities.h:50
Definition: OsSysLogFacilities.h:61
Definition: OsSysLogFacilities.h:39
Definition: OsSysLogFacilities.h:58
Definition: OsSysLogFacilities.h:57
Definition: OsSysLogFacilities.h:47
Definition: OsSysLogFacilities.h:53
Definition: OsSysLogFacilities.h:81
Definition: OsSysLogFacilities.h:62
Definition: OsSysLogFacilities.h:49
Definition: OsSysLogFacilities.h:63
Definition: OsSysLogFacilities.h:52
Definition: OsSysLogFacilities.h:60
Definition: OsSysLogFacilities.h:80
Definition: OsSysLogFacilities.h:48
Definition: OsSysLogFacilities.h:78
tagOsSysLogFacility
Definition: OsSysLogFacilities.h:37
Definition: OsSysLogFacilities.h:55
Definition: OsSysLogFacilities.h:56
Definition: OsSysLogFacilities.h:64
Definition: OsSysLogFacilities.h:59
Definition: OsSysLogFacilities.h:66
Definition: OsSysLogFacilities.h:73
Definition: OsSysLogFacilities.h:44
Definition: OsSysLogFacilities.h:74
Definition: OsSysLogFacilities.h:43
Definition: OsSysLogFacilities.h:75
Definition: OsSysLogFacilities.h:46
Definition: OsSysLogFacilities.h:45
Definition: OsSysLogFacilities.h:68
Definition: OsSysLogFacilities.h:79
Definition: OsSysLogFacilities.h:72
Definition: OsSysLogFacilities.h:65
Definition: OsSysLogFacilities.h:42
Definition: OsSysLogFacilities.h:77
Definition: OsSysLogFacilities.h:69