File: log.sgml

package info (click to toggle)
redland 1.0.17-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,836 kB
  • sloc: ansic: 37,638; sh: 12,115; perl: 2,590; xml: 807; makefile: 575
file content (132 lines) | stat: -rw-r--r-- 2,072 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!-- ##### SECTION Title ##### -->
Logging

<!-- ##### SECTION Short_Description ##### -->
Message and error logging.

<!-- ##### SECTION Long_Description ##### -->
<para>
Provides structured access to debug, information, warning and error
messages from the libraries.  Structured information is most often
used from errors such as parsing where file or URI and line numbers
can be returned via a #raptor_locator object pointer found by
librdf_log_message_locator() on the #librdf_log_message.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### SECTION Image ##### -->


<!-- ##### USER_FUNCTION librdf_log_level_func ##### -->
<para>

</para>

@user_data: 
@message: 
@arguments: 
@Returns: 


<!-- ##### USER_FUNCTION librdf_log_func ##### -->
<para>

</para>

@user_data: 
@message: 
@Returns: 


<!-- ##### ENUM librdf_log_level ##### -->
<para>

</para>

@LIBRDF_LOG_NONE: 
@LIBRDF_LOG_DEBUG: 
@LIBRDF_LOG_INFO: 
@LIBRDF_LOG_WARN: 
@LIBRDF_LOG_ERROR: 
@LIBRDF_LOG_FATAL: 
@LIBRDF_LOG_LAST: 

<!-- ##### ENUM librdf_log_facility ##### -->
<para>

</para>

@LIBRDF_FROM_NONE: 
@LIBRDF_FROM_CONCEPTS: 
@LIBRDF_FROM_DIGEST: 
@LIBRDF_FROM_FILES: 
@LIBRDF_FROM_HASH: 
@LIBRDF_FROM_INIT: 
@LIBRDF_FROM_ITERATOR: 
@LIBRDF_FROM_LIST: 
@LIBRDF_FROM_MODEL: 
@LIBRDF_FROM_NODE: 
@LIBRDF_FROM_PARSER: 
@LIBRDF_FROM_QUERY: 
@LIBRDF_FROM_SERIALIZER: 
@LIBRDF_FROM_STATEMENT: 
@LIBRDF_FROM_STORAGE: 
@LIBRDF_FROM_STREAM: 
@LIBRDF_FROM_URI: 
@LIBRDF_FROM_UTF8: 
@LIBRDF_FROM_MEMORY: 
@LIBRDF_FROM_RAPTOR: 
@LIBRDF_FROM_LAST: 

<!-- ##### FUNCTION librdf_log_message_code ##### -->
<para>

</para>

@message: 
@Returns: 


<!-- ##### FUNCTION librdf_log_message_level ##### -->
<para>

</para>

@message: 
@Returns: 


<!-- ##### FUNCTION librdf_log_message_facility ##### -->
<para>

</para>

@message: 
@Returns: 


<!-- ##### FUNCTION librdf_log_message_message ##### -->
<para>

</para>

@message: 
@Returns: 


<!-- ##### FUNCTION librdf_log_message_locator ##### -->
<para>

</para>

@message: 
@Returns: