castle.core 1.1.0.0 → 1.2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/docs/ASL - Apache Software Foundation License.txt +57 -0
- data/docs/Committers.txt +80 -0
- data/docs/ReleaseNotes/Changes.txt +100 -0
- data/lib/mono-26/Castle.Core.dll +0 -0
- data/lib/mono-26/Castle.Core.xml +3509 -0
- data/lib/mono-26/Castle.Services.Logging.NLogIntegration.dll +0 -0
- data/lib/mono-26/Castle.Services.Logging.NLogIntegration.xml +339 -0
- data/lib/mono-26/Castle.Services.Logging.log4netIntegration.dll +0 -0
- data/lib/mono-26/Castle.Services.Logging.log4netIntegration.xml +59 -0
- data/lib/net-20/Castle.Core.dll +0 -0
- data/lib/net-20/Castle.Core.xml +3455 -0
- data/lib/net-35/Castle.Core.dll +0 -0
- data/lib/net-35/Castle.Core.xml +3455 -0
- data/lib/net-35/Castle.Services.Logging.NLogIntegration.dll +0 -0
- data/lib/net-35/Castle.Services.Logging.NLogIntegration.xml +339 -0
- data/lib/net-35/Castle.Services.Logging.log4netIntegration.dll +0 -0
- data/lib/net-35/Castle.Services.Logging.log4netIntegration.xml +59 -0
- data/lib/sl-30/Castle.Core.dll +0 -0
- data/lib/{Castle.Core.xml → sl-30/Castle.Core.xml} +155 -261
- metadata +57 -7
- data/lib/Castle.Core.dll +0 -0
Binary file
|
@@ -0,0 +1,339 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<doc>
|
3
|
+
<assembly>
|
4
|
+
<name>Castle.Services.Logging.NLogIntegration</name>
|
5
|
+
</assembly>
|
6
|
+
<members>
|
7
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Debug(System.String)">
|
8
|
+
<summary>
|
9
|
+
Logs a debug message.
|
10
|
+
</summary>
|
11
|
+
<param name="message">The message to log</param>
|
12
|
+
</member>
|
13
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Debug(System.String,System.Exception)">
|
14
|
+
<summary>
|
15
|
+
Logs a debug message.
|
16
|
+
</summary>
|
17
|
+
<param name="exception">The exception to log</param>
|
18
|
+
<param name="message">The message to log</param>
|
19
|
+
</member>
|
20
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Debug(System.String,System.Object[])">
|
21
|
+
<summary>
|
22
|
+
Logs a debug message.
|
23
|
+
</summary>
|
24
|
+
<param name="format">Format string for the message to log</param>
|
25
|
+
<param name="args">Format arguments for the message to log</param>
|
26
|
+
</member>
|
27
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.DebugFormat(System.String,System.Object[])">
|
28
|
+
<summary>
|
29
|
+
Logs a debug message.
|
30
|
+
</summary>
|
31
|
+
<param name="format">Format string for the message to log</param>
|
32
|
+
<param name="args">Format arguments for the message to log</param>
|
33
|
+
</member>
|
34
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.DebugFormat(System.Exception,System.String,System.Object[])">
|
35
|
+
<summary>
|
36
|
+
Logs a debug message.
|
37
|
+
</summary>
|
38
|
+
<param name="exception">The exception to log</param>
|
39
|
+
<param name="format">Format string for the message to log</param>
|
40
|
+
<param name="args">Format arguments for the message to log</param>
|
41
|
+
</member>
|
42
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.DebugFormat(System.IFormatProvider,System.String,System.Object[])">
|
43
|
+
<summary>
|
44
|
+
Logs a debug message.
|
45
|
+
</summary>
|
46
|
+
<param name="formatProvider">The format provider to use</param>
|
47
|
+
<param name="format">Format string for the message to log</param>
|
48
|
+
<param name="args">Format arguments for the message to log</param>
|
49
|
+
</member>
|
50
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.DebugFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
|
51
|
+
<summary>
|
52
|
+
Logs a debug message.
|
53
|
+
</summary>
|
54
|
+
<param name="exception">The exception to log</param>
|
55
|
+
<param name="formatProvider">The format provider to use</param>
|
56
|
+
<param name="format">Format string for the message to log</param>
|
57
|
+
<param name="args">Format arguments for the message to log</param>
|
58
|
+
</member>
|
59
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Info(System.String)">
|
60
|
+
<summary>
|
61
|
+
Logs an info message.
|
62
|
+
</summary>
|
63
|
+
<param name="message">The message to log</param>
|
64
|
+
</member>
|
65
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Info(System.String,System.Exception)">
|
66
|
+
<summary>
|
67
|
+
Logs an info message.
|
68
|
+
</summary>
|
69
|
+
<param name="exception">The exception to log</param>
|
70
|
+
<param name="message">The message to log</param>
|
71
|
+
</member>
|
72
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Info(System.String,System.Object[])">
|
73
|
+
<summary>
|
74
|
+
Logs an info message.
|
75
|
+
</summary>
|
76
|
+
<param name="format">Format string for the message to log</param>
|
77
|
+
<param name="args">Format arguments for the message to log</param>
|
78
|
+
</member>
|
79
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.InfoFormat(System.String,System.Object[])">
|
80
|
+
<summary>
|
81
|
+
Logs an info message.
|
82
|
+
</summary>
|
83
|
+
<param name="format">Format string for the message to log</param>
|
84
|
+
<param name="args">Format arguments for the message to log</param>
|
85
|
+
</member>
|
86
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.InfoFormat(System.Exception,System.String,System.Object[])">
|
87
|
+
<summary>
|
88
|
+
Logs an info message.
|
89
|
+
</summary>
|
90
|
+
<param name="exception">The exception to log</param>
|
91
|
+
<param name="format">Format string for the message to log</param>
|
92
|
+
<param name="args">Format arguments for the message to log</param>
|
93
|
+
</member>
|
94
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.InfoFormat(System.IFormatProvider,System.String,System.Object[])">
|
95
|
+
<summary>
|
96
|
+
Logs an info message.
|
97
|
+
</summary>
|
98
|
+
<param name="formatProvider">The format provider to use</param>
|
99
|
+
<param name="format">Format string for the message to log</param>
|
100
|
+
<param name="args">Format arguments for the message to log</param>
|
101
|
+
</member>
|
102
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.InfoFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
|
103
|
+
<summary>
|
104
|
+
Logs an info message.
|
105
|
+
</summary>
|
106
|
+
<param name="exception">The exception to log</param>
|
107
|
+
<param name="formatProvider">The format provider to use</param>
|
108
|
+
<param name="format">Format string for the message to log</param>
|
109
|
+
<param name="args">Format arguments for the message to log</param>
|
110
|
+
</member>
|
111
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Warn(System.String)">
|
112
|
+
<summary>
|
113
|
+
Logs a warn message.
|
114
|
+
</summary>
|
115
|
+
<param name="message">The message to log</param>
|
116
|
+
</member>
|
117
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Warn(System.String,System.Exception)">
|
118
|
+
<summary>
|
119
|
+
Logs a warn message.
|
120
|
+
</summary>
|
121
|
+
<param name="exception">The exception to log</param>
|
122
|
+
<param name="message">The message to log</param>
|
123
|
+
</member>
|
124
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Warn(System.String,System.Object[])">
|
125
|
+
<summary>
|
126
|
+
Logs a warn message.
|
127
|
+
</summary>
|
128
|
+
<param name="format">Format string for the message to log</param>
|
129
|
+
<param name="args">Format arguments for the message to log</param>
|
130
|
+
</member>
|
131
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.WarnFormat(System.String,System.Object[])">
|
132
|
+
<summary>
|
133
|
+
Logs a warn message.
|
134
|
+
</summary>
|
135
|
+
<param name="format">Format string for the message to log</param>
|
136
|
+
<param name="args">Format arguments for the message to log</param>
|
137
|
+
</member>
|
138
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.WarnFormat(System.Exception,System.String,System.Object[])">
|
139
|
+
<summary>
|
140
|
+
Logs a warn message.
|
141
|
+
</summary>
|
142
|
+
<param name="exception">The exception to log</param>
|
143
|
+
<param name="format">Format string for the message to log</param>
|
144
|
+
<param name="args">Format arguments for the message to log</param>
|
145
|
+
</member>
|
146
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.WarnFormat(System.IFormatProvider,System.String,System.Object[])">
|
147
|
+
<summary>
|
148
|
+
Logs a warn message.
|
149
|
+
</summary>
|
150
|
+
<param name="formatProvider">The format provider to use</param>
|
151
|
+
<param name="format">Format string for the message to log</param>
|
152
|
+
<param name="args">Format arguments for the message to log</param>
|
153
|
+
</member>
|
154
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.WarnFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
|
155
|
+
<summary>
|
156
|
+
Logs a warn message.
|
157
|
+
</summary>
|
158
|
+
<param name="exception">The exception to log</param>
|
159
|
+
<param name="formatProvider">The format provider to use</param>
|
160
|
+
<param name="format">Format string for the message to log</param>
|
161
|
+
<param name="args">Format arguments for the message to log</param>
|
162
|
+
</member>
|
163
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Error(System.String)">
|
164
|
+
<summary>
|
165
|
+
Logs an error message.
|
166
|
+
</summary>
|
167
|
+
<param name="message">The message to log</param>
|
168
|
+
</member>
|
169
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Error(System.String,System.Exception)">
|
170
|
+
<summary>
|
171
|
+
Logs an error message.
|
172
|
+
</summary>
|
173
|
+
<param name="exception">The exception to log</param>
|
174
|
+
<param name="message">The message to log</param>
|
175
|
+
</member>
|
176
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Error(System.String,System.Object[])">
|
177
|
+
<summary>
|
178
|
+
Logs an error message.
|
179
|
+
</summary>
|
180
|
+
<param name="format">Format string for the message to log</param>
|
181
|
+
<param name="args">Format arguments for the message to log</param>
|
182
|
+
</member>
|
183
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.ErrorFormat(System.String,System.Object[])">
|
184
|
+
<summary>
|
185
|
+
Logs an error message.
|
186
|
+
</summary>
|
187
|
+
<param name="format">Format string for the message to log</param>
|
188
|
+
<param name="args">Format arguments for the message to log</param>
|
189
|
+
</member>
|
190
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.ErrorFormat(System.Exception,System.String,System.Object[])">
|
191
|
+
<summary>
|
192
|
+
Logs an error message.
|
193
|
+
</summary>
|
194
|
+
<param name="exception">The exception to log</param>
|
195
|
+
<param name="format">Format string for the message to log</param>
|
196
|
+
<param name="args">Format arguments for the message to log</param>
|
197
|
+
</member>
|
198
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.ErrorFormat(System.IFormatProvider,System.String,System.Object[])">
|
199
|
+
<summary>
|
200
|
+
Logs an error message.
|
201
|
+
</summary>
|
202
|
+
<param name="formatProvider">The format provider to use</param>
|
203
|
+
<param name="format">Format string for the message to log</param>
|
204
|
+
<param name="args">Format arguments for the message to log</param>
|
205
|
+
</member>
|
206
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.ErrorFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
|
207
|
+
<summary>
|
208
|
+
Logs an error message.
|
209
|
+
</summary>
|
210
|
+
<param name="exception">The exception to log</param>
|
211
|
+
<param name="formatProvider">The format provider to use</param>
|
212
|
+
<param name="format">Format string for the message to log</param>
|
213
|
+
<param name="args">Format arguments for the message to log</param>
|
214
|
+
</member>
|
215
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Fatal(System.String)">
|
216
|
+
<summary>
|
217
|
+
Logs a fatal message.
|
218
|
+
</summary>
|
219
|
+
<param name="message">The message to log</param>
|
220
|
+
</member>
|
221
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Fatal(System.String,System.Exception)">
|
222
|
+
<summary>
|
223
|
+
Logs a fatal message.
|
224
|
+
</summary>
|
225
|
+
<param name="exception">The exception to log</param>
|
226
|
+
<param name="message">The message to log</param>
|
227
|
+
</member>
|
228
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.Fatal(System.String,System.Object[])">
|
229
|
+
<summary>
|
230
|
+
Logs a fatal message.
|
231
|
+
</summary>
|
232
|
+
<param name="format">Format string for the message to log</param>
|
233
|
+
<param name="args">Format arguments for the message to log</param>
|
234
|
+
</member>
|
235
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.FatalFormat(System.String,System.Object[])">
|
236
|
+
<summary>
|
237
|
+
Logs a fatal message.
|
238
|
+
</summary>
|
239
|
+
<param name="format">Format string for the message to log</param>
|
240
|
+
<param name="args">Format arguments for the message to log</param>
|
241
|
+
</member>
|
242
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.FatalFormat(System.Exception,System.String,System.Object[])">
|
243
|
+
<summary>
|
244
|
+
Logs a fatal message.
|
245
|
+
</summary>
|
246
|
+
<param name="exception">The exception to log</param>
|
247
|
+
<param name="format">Format string for the message to log</param>
|
248
|
+
<param name="args">Format arguments for the message to log</param>
|
249
|
+
</member>
|
250
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.FatalFormat(System.IFormatProvider,System.String,System.Object[])">
|
251
|
+
<summary>
|
252
|
+
Logs a fatal message.
|
253
|
+
</summary>
|
254
|
+
<param name="formatProvider">The format provider to use</param>
|
255
|
+
<param name="format">Format string for the message to log</param>
|
256
|
+
<param name="args">Format arguments for the message to log</param>
|
257
|
+
</member>
|
258
|
+
<member name="M:Castle.Services.Logging.NLogIntegration.NLogLogger.FatalFormat(System.Exception,System.IFormatProvider,System.String,System.Object[])">
|
259
|
+
<summary>
|
260
|
+
Logs a fatal message.
|
261
|
+
</summary>
|
262
|
+
<param name="exception">The exception to log</param>
|
263
|
+
<param name="formatProvider">The format provider to use</param>
|
264
|
+
<param name="format">Format string for the message to log</param>
|
265
|
+
<param name="args">Format arguments for the message to log</param>
|
266
|
+
</member>
|
267
|
+
<member name="P:Castle.Services.Logging.NLogIntegration.NLogLogger.IsDebugEnabled">
|
268
|
+
<summary>
|
269
|
+
Determines if messages of priority "debug" will be logged.
|
270
|
+
</summary>
|
271
|
+
<value>True if "debug" messages will be logged.</value>
|
272
|
+
</member>
|
273
|
+
<member name="P:Castle.Services.Logging.NLogIntegration.NLogLogger.IsInfoEnabled">
|
274
|
+
<summary>
|
275
|
+
Determines if messages of priority "info" will be logged.
|
276
|
+
</summary>
|
277
|
+
<value>True if "info" messages will be logged.</value>
|
278
|
+
</member>
|
279
|
+
<member name="P:Castle.Services.Logging.NLogIntegration.NLogLogger.IsWarnEnabled">
|
280
|
+
<summary>
|
281
|
+
Determines if messages of priority "warn" will be logged.
|
282
|
+
</summary>
|
283
|
+
<value>True if "warn" messages will be logged.</value>
|
284
|
+
</member>
|
285
|
+
<member name="P:Castle.Services.Logging.NLogIntegration.NLogLogger.IsErrorEnabled">
|
286
|
+
<summary>
|
287
|
+
Determines if messages of priority "error" will be logged.
|
288
|
+
</summary>
|
289
|
+
<value>True if "error" messages will be logged.</value>
|
290
|
+
</member>
|
291
|
+
<member name="P:Castle.Services.Logging.NLogIntegration.NLogLogger.IsFatalEnabled">
|
292
|
+
<summary>
|
293
|
+
Determines if messages of priority "fatal" will be logged.
|
294
|
+
</summary>
|
295
|
+
<value>True if "fatal" messages will be logged.</value>
|
296
|
+
</member>
|
297
|
+
<member name="P:Castle.Services.Logging.NLogIntegration.ExtendedNLogLogger.GlobalProperties">
|
298
|
+
<summary>
|
299
|
+
Exposes the Global Context of the extended logger.
|
300
|
+
</summary>
|
301
|
+
</member>
|
302
|
+
<member name="P:Castle.Services.Logging.NLogIntegration.ExtendedNLogLogger.ThreadProperties">
|
303
|
+
<summary>
|
304
|
+
Exposes the Thread Context of the extended logger.
|
305
|
+
</summary>
|
306
|
+
</member>
|
307
|
+
<member name="P:Castle.Services.Logging.NLogIntegration.ExtendedNLogLogger.ThreadStacks">
|
308
|
+
<summary>
|
309
|
+
Exposes the Thread Stack of the extended logger.
|
310
|
+
</summary>
|
311
|
+
</member>
|
312
|
+
<member name="P:Castle.Services.Logging.NLogtIntegration.GlobalContextProperties.Item(System.String)">
|
313
|
+
<summary>
|
314
|
+
Gets or sets the value of a property
|
315
|
+
</summary>
|
316
|
+
<value>
|
317
|
+
The value for the property with the specified key
|
318
|
+
</value>
|
319
|
+
<remarks>
|
320
|
+
<para>
|
321
|
+
Gets or sets the value of a property
|
322
|
+
</para>
|
323
|
+
</remarks>
|
324
|
+
</member>
|
325
|
+
<member name="P:Castle.Services.Logging.NLogtIntegration.ThreadContextProperties.Item(System.String)">
|
326
|
+
<summary>
|
327
|
+
Gets or sets the value of a property
|
328
|
+
</summary>
|
329
|
+
<value>
|
330
|
+
The value for the property with the specified key
|
331
|
+
</value>
|
332
|
+
<remarks>
|
333
|
+
<para>
|
334
|
+
Gets or sets the value of a property
|
335
|
+
</para>
|
336
|
+
</remarks>
|
337
|
+
</member>
|
338
|
+
</members>
|
339
|
+
</doc>
|
Binary file
|
@@ -0,0 +1,59 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<doc>
|
3
|
+
<assembly>
|
4
|
+
<name>Castle.Services.Logging.log4netIntegration</name>
|
5
|
+
</assembly>
|
6
|
+
<members>
|
7
|
+
<member name="M:Castle.Services.Logging.Log4netIntegration.ExtendedLog4netFactory.Create(System.String)">
|
8
|
+
<summary>
|
9
|
+
Creates a new extended logger.
|
10
|
+
</summary>
|
11
|
+
</member>
|
12
|
+
<member name="M:Castle.Services.Logging.Log4netIntegration.ExtendedLog4netFactory.Create(System.String,Castle.Core.Logging.LoggerLevel)">
|
13
|
+
<summary>
|
14
|
+
Creates a new extended logger.
|
15
|
+
</summary>
|
16
|
+
</member>
|
17
|
+
<member name="P:Castle.Services.Logging.Log4netIntegration.ExtendedLog4netLogger.GlobalProperties">
|
18
|
+
<summary>
|
19
|
+
Exposes the Global Context of the extended logger.
|
20
|
+
</summary>
|
21
|
+
</member>
|
22
|
+
<member name="P:Castle.Services.Logging.Log4netIntegration.ExtendedLog4netLogger.ThreadProperties">
|
23
|
+
<summary>
|
24
|
+
Exposes the Thread Context of the extended logger.
|
25
|
+
</summary>
|
26
|
+
</member>
|
27
|
+
<member name="P:Castle.Services.Logging.Log4netIntegration.ExtendedLog4netLogger.ThreadStacks">
|
28
|
+
<summary>
|
29
|
+
Exposes the Thread Stack of the extended logger.
|
30
|
+
</summary>
|
31
|
+
</member>
|
32
|
+
<member name="P:Castle.Services.Logging.Log4netIntegration.GlobalContextProperties.Item(System.String)">
|
33
|
+
<summary>
|
34
|
+
Gets or sets the value of a property
|
35
|
+
</summary>
|
36
|
+
<value>
|
37
|
+
The value for the property with the specified key
|
38
|
+
</value>
|
39
|
+
<remarks>
|
40
|
+
<para>
|
41
|
+
Gets or sets the value of a property
|
42
|
+
</para>
|
43
|
+
</remarks>
|
44
|
+
</member>
|
45
|
+
<member name="P:Castle.Services.Logging.Log4netIntegration.ThreadContextProperties.Item(System.String)">
|
46
|
+
<summary>
|
47
|
+
Gets or sets the value of a property
|
48
|
+
</summary>
|
49
|
+
<value>
|
50
|
+
The value for the property with the specified key
|
51
|
+
</value>
|
52
|
+
<remarks>
|
53
|
+
<para>
|
54
|
+
Gets or sets the value of a property
|
55
|
+
</para>
|
56
|
+
</remarks>
|
57
|
+
</member>
|
58
|
+
</members>
|
59
|
+
</doc>
|
Binary file
|
@@ -93,7 +93,7 @@
|
|
93
93
|
<member name="P:Castle.Core.ComponentProxyBehaviorAttribute.UseMarshalByRefProxy">
|
94
94
|
<summary>
|
95
95
|
Gets or sets a value indicating whether the generated
|
96
|
-
interface proxy should inherit from <see cref="
|
96
|
+
interface proxy should inherit from <see cref="!:MarshalByRefObject"/>.
|
97
97
|
</summary>
|
98
98
|
</member>
|
99
99
|
<member name="P:Castle.Core.ComponentProxyBehaviorAttribute.UseSingleInterfaceProxy">
|
@@ -165,12 +165,6 @@
|
|
165
165
|
Initializes a new instance of the <see cref="T:Castle.Core.PerThreadAttribute"/> class.
|
166
166
|
</summary>
|
167
167
|
</member>
|
168
|
-
<member name="T:Castle.Core.PerWebRequestAttribute">
|
169
|
-
<summary>
|
170
|
-
Indicates that the target components wants a
|
171
|
-
per web request lifestyle.
|
172
|
-
</summary>
|
173
|
-
</member>
|
174
168
|
<member name="T:Castle.Core.PooledAttribute">
|
175
169
|
<summary>
|
176
170
|
Indicates that the target components wants a
|
@@ -220,51 +214,188 @@
|
|
220
214
|
</summary>
|
221
215
|
<value>The type of the lifestyle handler.</value>
|
222
216
|
</member>
|
217
|
+
<member name="T:Castle.DynamicProxy.IAttributeDisassembler">
|
218
|
+
<summary>
|
219
|
+
Provides functionality for disassembling instances of attributes to CustomAttributeBuilder form, during the process of emiting new types by Dynamic Proxy.
|
220
|
+
</summary>
|
221
|
+
</member>
|
222
|
+
<member name="M:Castle.DynamicProxy.IAttributeDisassembler.Disassemble(System.Attribute)">
|
223
|
+
<summary>
|
224
|
+
Disassembles given attribute instance back to corresponding CustomAttributeBuilder.
|
225
|
+
</summary>
|
226
|
+
<param name="attribute">An instance of attribute to disassemble</param>
|
227
|
+
<returns><see cref="T:System.Reflection.Emit.CustomAttributeBuilder"/> corresponding 1 to 1 to given attribute instance, or null reference.</returns>
|
228
|
+
<remarks>
|
229
|
+
Implementers should return <see cref="T:System.Reflection.Emit.CustomAttributeBuilder"/> that corresponds to given attribute instance 1 to 1,
|
230
|
+
that is after calling specified constructor with specified arguments, and setting specified properties and fields with values specified
|
231
|
+
we should be able to get an attribute instance identical to the one passed in <paramref name="attribute"/>. Implementer can return null
|
232
|
+
if it wishes to opt out of replicating the attribute. Notice however, that for some cases, like attributes passed explicitly by the user
|
233
|
+
it is illegal to return null, and doing so will result in exception.
|
234
|
+
</remarks>
|
235
|
+
</member>
|
236
|
+
<member name="T:Castle.Core.Interceptor.IChangeProxyTarget">
|
237
|
+
<summary>
|
238
|
+
Exposes means to change target objects of proxies and invocations
|
239
|
+
</summary>
|
240
|
+
</member>
|
241
|
+
<member name="M:Castle.Core.Interceptor.IChangeProxyTarget.ChangeInvocationTarget(System.Object)">
|
242
|
+
<summary>
|
243
|
+
Changes the target object (<see cref="P:Castle.Core.Interceptor.IInvocation.InvocationTarget"/>) of current <see cref="T:Castle.Core.Interceptor.IInvocation"/>.
|
244
|
+
</summary>
|
245
|
+
<param name="target">The new value of target of invocation.</param>
|
246
|
+
<remarks>
|
247
|
+
Although the method takes <see cref="T:System.Object"/> the actual instance must be of type assignable to <see cref="P:Castle.Core.Interceptor.IInvocation.TargetType"/>, otherwise an <see cref="T:System.InvalidCastException"/> will be thrown.
|
248
|
+
Also while it's technically legal to pass null reference (Nothing in Visual Basic) as <paramref name="target"/>, for obvious reasons Dynamic Proxy will not be able to call the intercepted method on such target.
|
249
|
+
In this case last interceptor in the pipeline mustn't call <see cref="M:Castle.Core.Interceptor.IInvocation.Proceed"/> or a <see cref="T:System.NotImplementedException"/> will be throws.
|
250
|
+
Also while it's technically legal to pass proxy itself as <paramref name="target"/>, this would create stack overflow.
|
251
|
+
In this case last interceptor in the pipeline mustn't call <see cref="M:Castle.Core.Interceptor.IInvocation.Proceed"/> or a <see cref="T:System.InvalidOperationException"/> will be throws.
|
252
|
+
</remarks>
|
253
|
+
<exception cref="T:System.InvalidCastException">Thrown when <paramref name="target"/> is not assignable to the proxied type.</exception>
|
254
|
+
</member>
|
255
|
+
<member name="M:Castle.Core.Interceptor.IChangeProxyTarget.ChangeProxyTarget(System.Object)">
|
256
|
+
<summary>
|
257
|
+
Permanently changes the target object of the proxy. This does not affect target of the current invocation.
|
258
|
+
</summary>
|
259
|
+
<param name="target">The new value of target of the proxy.</param>
|
260
|
+
<remarks>
|
261
|
+
Although the method takes <see cref="T:System.Object"/> the actual instance must be of type assignable to proxy's target type, otherwise an <see cref="T:System.InvalidCastException"/> will be thrown.
|
262
|
+
Also while it's technically legal to pass null reference (Nothing in Visual Basic) as <paramref name="target"/>, for obvious reasons Dynamic Proxy will not be able to call the intercepted method on such target.
|
263
|
+
In this case last interceptor in the pipeline mustn't call <see cref="M:Castle.Core.Interceptor.IInvocation.Proceed"/> or a <see cref="T:System.NotImplementedException"/> will be throws.
|
264
|
+
Also while it's technically legal to pass proxy itself as <paramref name="target"/>, this would create stack overflow.
|
265
|
+
In this case last interceptor in the pipeline mustn't call <see cref="M:Castle.Core.Interceptor.IInvocation.Proceed"/> or a <see cref="T:System.InvalidOperationException"/> will be throws.
|
266
|
+
</remarks>
|
267
|
+
<exception cref="T:System.InvalidCastException">Thrown when <paramref name="target"/> is not assignable to the proxied type.</exception>
|
268
|
+
</member>
|
223
269
|
<member name="T:Castle.Core.Interceptor.IInterceptor">
|
224
270
|
<summary>
|
225
271
|
New interface that is going to be used by DynamicProxy 2
|
226
272
|
</summary>
|
227
273
|
</member>
|
274
|
+
<member name="T:Castle.Core.Interceptor.IInterceptorSelector">
|
275
|
+
<summary>
|
276
|
+
Provides an extension point that allows proxies to choose specific interceptors on
|
277
|
+
a per method basis.
|
278
|
+
</summary>
|
279
|
+
</member>
|
280
|
+
<member name="M:Castle.Core.Interceptor.IInterceptorSelector.SelectInterceptors(System.Type,System.Reflection.MethodInfo,Castle.Core.Interceptor.IInterceptor[])">
|
281
|
+
<summary>
|
282
|
+
Selects the interceptors that should intercept calls to the given <paramref name="method"/>.
|
283
|
+
</summary>
|
284
|
+
<param name="type">The type declaring the method to intercept.</param>
|
285
|
+
<param name="method">The method that will be intercepted.</param>
|
286
|
+
<param name="interceptors">All interceptors registered with the proxy.</param>
|
287
|
+
<returns>An array of interceptors to invoke upon calling the <paramref name="method"/>.</returns>
|
288
|
+
<remarks>
|
289
|
+
This method is called only once per proxy instance, upon the first call to the
|
290
|
+
<paramref name="method"/>. Either an empty array or null are valid return values to indicate
|
291
|
+
that no interceptor should intercept calls to the method. Although it is not advised, it is
|
292
|
+
legal to return other <see cref="T:Castle.Core.Interceptor.IInterceptor"/> implementations than these provided in
|
293
|
+
<paramref name="interceptors"/>.
|
294
|
+
</remarks>
|
295
|
+
</member>
|
228
296
|
<member name="T:Castle.Core.Interceptor.IInvocation">
|
229
297
|
<summary>
|
230
|
-
|
298
|
+
Encapsulates an invocation of a proxied method.
|
299
|
+
</summary>
|
300
|
+
</member>
|
301
|
+
<member name="M:Castle.Core.Interceptor.IInvocation.SetArgumentValue(System.Int32,System.Object)">
|
302
|
+
<summary>
|
303
|
+
Overrides the value of an argument at the given <paramref name="index"/> with the
|
304
|
+
new <paramref name="value"/> provided.
|
231
305
|
</summary>
|
306
|
+
<remarks>
|
307
|
+
This method accepts an <see cref="T:System.Object"/>, however the value provided must be compatible
|
308
|
+
with the type of the argument defined on the method, otherwise an exception will be thrown.
|
309
|
+
</remarks>
|
310
|
+
<param name="index">The index of the argument to override.</param>
|
311
|
+
<param name="value">The new value for the argument.</param>
|
312
|
+
</member>
|
313
|
+
<member name="M:Castle.Core.Interceptor.IInvocation.GetArgumentValue(System.Int32)">
|
314
|
+
<summary>
|
315
|
+
Gets the value of the argument at the specified <paramref name="index"/>.
|
316
|
+
</summary>
|
317
|
+
<param name="index">The index.</param>
|
318
|
+
<returns>The value of the argument at the specified <paramref name="index"/>.</returns>
|
232
319
|
</member>
|
233
320
|
<member name="M:Castle.Core.Interceptor.IInvocation.GetConcreteMethod">
|
234
321
|
<summary>
|
235
|
-
Returns the concrete instantiation of <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/>, with any generic
|
322
|
+
Returns the concrete instantiation of the <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/>, with any generic
|
323
|
+
parameters bound to real types.
|
236
324
|
</summary>
|
237
|
-
<returns>
|
325
|
+
<returns>
|
326
|
+
The concrete instantiation of the <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/>, or the <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/> if
|
327
|
+
not a generic method.
|
328
|
+
</returns>
|
238
329
|
<remarks>Can be slower than calling <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/>.</remarks>
|
239
330
|
</member>
|
240
331
|
<member name="M:Castle.Core.Interceptor.IInvocation.GetConcreteMethodInvocationTarget">
|
241
332
|
<summary>
|
242
|
-
Returns the concrete instantiation of <see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/>, with any
|
333
|
+
Returns the concrete instantiation of <see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/>, with any
|
334
|
+
generic parameters bound to real types.
|
243
335
|
</summary>
|
244
|
-
<returns>The concrete instantiation of <see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/>, or
|
336
|
+
<returns>The concrete instantiation of <see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/>, or
|
337
|
+
<see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/> if not a generic method.</returns>
|
245
338
|
<remarks>Can be slower than calling <see cref="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget"/>.</remarks>
|
246
339
|
</member>
|
247
340
|
<member name="M:Castle.Core.Interceptor.IInvocation.Proceed">
|
248
341
|
<summary>
|
249
|
-
|
342
|
+
Proceeds the call to the next interceptor in line, and ultimately to the target method.
|
250
343
|
</summary>
|
251
|
-
<
|
344
|
+
<remarks>
|
345
|
+
Since interface proxies without a target don't have the target implementation to proceed to,
|
346
|
+
it is important, that the last interceptor does not call this method, otherwise a
|
347
|
+
<see cref="T:System.NotImplementedException"/> will be thrown.
|
348
|
+
</remarks>
|
349
|
+
</member>
|
350
|
+
<member name="P:Castle.Core.Interceptor.IInvocation.Proxy">
|
351
|
+
<summary>
|
352
|
+
Gets the proxy object on which the intercepted method is invoked.
|
353
|
+
</summary>
|
354
|
+
<value>Proxy object on which the intercepted method is invoked.</value>
|
355
|
+
</member>
|
356
|
+
<member name="P:Castle.Core.Interceptor.IInvocation.InvocationTarget">
|
357
|
+
<summary>
|
358
|
+
Gets the object on which the invocation is performed. This is different from proxy object
|
359
|
+
because most of the time this will be the proxy target object.
|
360
|
+
</summary>
|
361
|
+
<seealso cref="T:Castle.Core.Interceptor.IChangeProxyTarget"/>
|
362
|
+
<value>The invocation target.</value>
|
363
|
+
</member>
|
364
|
+
<member name="P:Castle.Core.Interceptor.IInvocation.TargetType">
|
365
|
+
<summary>
|
366
|
+
Gets the type of the target object for the intercepted method.
|
367
|
+
</summary>
|
368
|
+
<value>The type of the target object.</value>
|
369
|
+
</member>
|
370
|
+
<member name="P:Castle.Core.Interceptor.IInvocation.Arguments">
|
371
|
+
<summary>
|
372
|
+
Gets the arguments that the <see cref="P:Castle.Core.Interceptor.IInvocation.Method"/> has been invoked with.
|
373
|
+
</summary>
|
374
|
+
<value>The arguments the method was invoked with.</value>
|
252
375
|
</member>
|
253
376
|
<member name="P:Castle.Core.Interceptor.IInvocation.GenericArguments">
|
254
377
|
<summary>
|
255
|
-
|
378
|
+
Gets the generic arguments of the method.
|
256
379
|
</summary>
|
380
|
+
<value>The generic arguments, or null if not a generic method.</value>
|
257
381
|
</member>
|
258
382
|
<member name="P:Castle.Core.Interceptor.IInvocation.Method">
|
259
383
|
<summary>
|
260
|
-
|
384
|
+
Gets the <see cref="T:System.Reflection.MethodInfo"/> representing the method being invoked.
|
261
385
|
</summary>
|
386
|
+
<value>The <see cref="T:System.Reflection.MethodInfo"/> representing the method being invoked.</value>
|
262
387
|
</member>
|
263
388
|
<member name="P:Castle.Core.Interceptor.IInvocation.MethodInvocationTarget">
|
264
389
|
<summary>
|
265
|
-
For interface proxies, this will point to the
|
266
|
-
<see cref="T:System.Reflection.MethodInfo"/> on the target class
|
390
|
+
For interface proxies, this will point to the <see cref="T:System.Reflection.MethodInfo"/> on the target class.
|
267
391
|
</summary>
|
392
|
+
<value>The method invocation target.</value>
|
393
|
+
</member>
|
394
|
+
<member name="P:Castle.Core.Interceptor.IInvocation.ReturnValue">
|
395
|
+
<summary>
|
396
|
+
Gets or sets the return value of the method.
|
397
|
+
</summary>
|
398
|
+
<value>The return value of the method.</value>
|
268
399
|
</member>
|
269
400
|
<member name="T:Castle.Core.Interceptor.IOnBehalfAware">
|
270
401
|
<summary>
|
@@ -348,6 +479,12 @@
|
|
348
479
|
If the index is invalid.
|
349
480
|
</exception>
|
350
481
|
</member>
|
482
|
+
<member name="M:Castle.Core.Internal.Lock.Create">
|
483
|
+
<summary>
|
484
|
+
Creates a new lock.
|
485
|
+
</summary>
|
486
|
+
<returns></returns>
|
487
|
+
</member>
|
351
488
|
<member name="T:Castle.Core.IInitializable">
|
352
489
|
<summary>
|
353
490
|
Lifecycle interface. If implemented by a component,
|
@@ -479,25 +616,6 @@
|
|
479
616
|
Creates a new logger.
|
480
617
|
</summary>
|
481
618
|
</member>
|
482
|
-
<member name="M:Castle.Core.Logging.Factories.AbstractExtendedLoggerFactory.GetConfigFile(System.String)">
|
483
|
-
<summary>
|
484
|
-
Gets the configuration file.
|
485
|
-
</summary>
|
486
|
-
<param name="fileName">i.e. log4net.config</param>
|
487
|
-
<returns></returns>
|
488
|
-
</member>
|
489
|
-
<member name="M:Castle.Core.Logging.AbstractLoggerFactory.GetConfigFile(System.String)">
|
490
|
-
<summary>
|
491
|
-
Gets the configuration file.
|
492
|
-
</summary>
|
493
|
-
<param name="fileName">i.e. log4net.config</param>
|
494
|
-
<returns></returns>
|
495
|
-
</member>
|
496
|
-
<member name="T:Castle.Core.Logging.ConsoleFactory">
|
497
|
-
<summary>
|
498
|
-
Summary description for ConsoleFactory.
|
499
|
-
</summary>
|
500
|
-
</member>
|
501
619
|
<member name="T:Castle.Core.Logging.NullLogFactory">
|
502
620
|
<summary>
|
503
621
|
NullLogFactory used when logging is turned off.
|
@@ -518,25 +636,6 @@
|
|
518
636
|
<param name="level">Level.</param>
|
519
637
|
<returns></returns>
|
520
638
|
</member>
|
521
|
-
<member name="T:Castle.Core.Logging.StreamLoggerFactory">
|
522
|
-
<summary>
|
523
|
-
Creates <see cref="T:Castle.Core.Logging.StreamLogger"/> outputing
|
524
|
-
to files. The name of the file is derived from the log name
|
525
|
-
plus the 'log' extension.
|
526
|
-
</summary>
|
527
|
-
</member>
|
528
|
-
<member name="T:Castle.Core.Logging.TraceLoggerFactory">
|
529
|
-
<summary>
|
530
|
-
Used to create the TraceLogger implementation of ILogger interface. See <see cref="T:Castle.Core.Logging.TraceLogger"/>.
|
531
|
-
</summary>
|
532
|
-
</member>
|
533
|
-
<member name="T:Castle.Core.Logging.ConsoleLogger">
|
534
|
-
<summary>
|
535
|
-
The Logger sending everything to the standard output streams.
|
536
|
-
This is mainly for the cases when you have a utility that
|
537
|
-
does not have a logger to supply.
|
538
|
-
</summary>
|
539
|
-
</member>
|
540
639
|
<member name="T:Castle.Core.Logging.LevelFilteredLogger">
|
541
640
|
<summary>
|
542
641
|
The Level Filtered Logger class. This is a base clase which
|
@@ -884,12 +983,6 @@
|
|
884
983
|
Creates a new <c>LevelFilteredLogger</c>.
|
885
984
|
</summary>
|
886
985
|
</member>
|
887
|
-
<member name="M:Castle.Core.Logging.LevelFilteredLogger.InitializeLifetimeService">
|
888
|
-
<summary>
|
889
|
-
Keep the instance alive in a remoting scenario
|
890
|
-
</summary>
|
891
|
-
<returns></returns>
|
892
|
-
</member>
|
893
986
|
<member name="M:Castle.Core.Logging.LevelFilteredLogger.Debug(System.String)">
|
894
987
|
<summary>
|
895
988
|
Logs a debug message.
|
@@ -1228,77 +1321,6 @@
|
|
1228
1321
|
</summary>
|
1229
1322
|
<value><c>true</c> if log level flags include the <see cref="F:Castle.Core.Logging.LoggerLevel.Fatal"/> bit</value>
|
1230
1323
|
</member>
|
1231
|
-
<member name="M:Castle.Core.Logging.ConsoleLogger.#ctor">
|
1232
|
-
<summary>
|
1233
|
-
Creates a new ConsoleLogger with the <c>Level</c>
|
1234
|
-
set to <c>LoggerLevel.Debug</c> and the <c>Name</c>
|
1235
|
-
set to <c>String.Empty</c>.
|
1236
|
-
</summary>
|
1237
|
-
</member>
|
1238
|
-
<member name="M:Castle.Core.Logging.ConsoleLogger.#ctor(Castle.Core.Logging.LoggerLevel)">
|
1239
|
-
<summary>
|
1240
|
-
Creates a new ConsoleLogger with the <c>Name</c>
|
1241
|
-
set to <c>String.Empty</c>.
|
1242
|
-
</summary>
|
1243
|
-
<param name="logLevel">The logs Level.</param>
|
1244
|
-
</member>
|
1245
|
-
<member name="M:Castle.Core.Logging.ConsoleLogger.#ctor(System.String)">
|
1246
|
-
<summary>
|
1247
|
-
Creates a new ConsoleLogger with the <c>Level</c>
|
1248
|
-
set to <c>LoggerLevel.Debug</c>.
|
1249
|
-
</summary>
|
1250
|
-
<param name="name">The logs Name.</param>
|
1251
|
-
</member>
|
1252
|
-
<member name="M:Castle.Core.Logging.ConsoleLogger.#ctor(System.String,Castle.Core.Logging.LoggerLevel)">
|
1253
|
-
<summary>
|
1254
|
-
Creates a new ConsoleLogger.
|
1255
|
-
</summary>
|
1256
|
-
<param name="name">The logs Name.</param>
|
1257
|
-
<param name="logLevel">The logs Level.</param>
|
1258
|
-
</member>
|
1259
|
-
<member name="M:Castle.Core.Logging.ConsoleLogger.Log(Castle.Core.Logging.LoggerLevel,System.String,System.String,System.Exception)">
|
1260
|
-
<summary>
|
1261
|
-
A Common method to log.
|
1262
|
-
</summary>
|
1263
|
-
<param name="loggerLevel">The level of logging</param>
|
1264
|
-
<param name="loggerName">The name of the logger</param>
|
1265
|
-
<param name="message">The Message</param>
|
1266
|
-
<param name="exception">The Exception</param>
|
1267
|
-
</member>
|
1268
|
-
<member name="M:Castle.Core.Logging.ConsoleLogger.CreateChildLogger(System.String)">
|
1269
|
-
<summary>
|
1270
|
-
Returns a new <c>ConsoleLogger</c> with the name
|
1271
|
-
added after this loggers name, with a dot in between.
|
1272
|
-
</summary>
|
1273
|
-
<param name="loggerName">The added hierarchical name.</param>
|
1274
|
-
<returns>A new <c>ConsoleLogger</c>.</returns>
|
1275
|
-
</member>
|
1276
|
-
<member name="T:Castle.Core.Logging.DiagnosticsLogger">
|
1277
|
-
<summary>
|
1278
|
-
The Logger using standart Diagnostics namespace.
|
1279
|
-
</summary>
|
1280
|
-
</member>
|
1281
|
-
<member name="M:Castle.Core.Logging.DiagnosticsLogger.#ctor(System.String)">
|
1282
|
-
<summary>
|
1283
|
-
Creates a logger based on <see cref="T:System.Diagnostics.EventLog"/>.
|
1284
|
-
</summary>
|
1285
|
-
<param name="logName"><see cref="P:System.Diagnostics.EventLog.Log"/></param>
|
1286
|
-
</member>
|
1287
|
-
<member name="M:Castle.Core.Logging.DiagnosticsLogger.#ctor(System.String,System.String)">
|
1288
|
-
<summary>
|
1289
|
-
Creates a logger based on <see cref="T:System.Diagnostics.EventLog"/>.
|
1290
|
-
</summary>
|
1291
|
-
<param name="logName"><see cref="P:System.Diagnostics.EventLog.Log"/></param>
|
1292
|
-
<param name="source"><see cref="P:System.Diagnostics.EventLog.Source"/></param>
|
1293
|
-
</member>
|
1294
|
-
<member name="M:Castle.Core.Logging.DiagnosticsLogger.#ctor(System.String,System.String,System.String)">
|
1295
|
-
<summary>
|
1296
|
-
Creates a logger based on <see cref="T:System.Diagnostics.EventLog"/>.
|
1297
|
-
</summary>
|
1298
|
-
<param name="logName"><see cref="P:System.Diagnostics.EventLog.Log"/></param>
|
1299
|
-
<param name="machineName"><see cref="P:System.Diagnostics.EventLog.MachineName"/></param>
|
1300
|
-
<param name="source"><see cref="P:System.Diagnostics.EventLog.Source"/></param>
|
1301
|
-
</member>
|
1302
1324
|
<member name="T:Castle.Core.Logging.NullLogger">
|
1303
1325
|
<summary>
|
1304
1326
|
The Null Logger class. This is useful for implementations where you need
|
@@ -1766,101 +1788,6 @@
|
|
1766
1788
|
<param name="name">The name of the log.</param>
|
1767
1789
|
<param name="writer">The <c>StreamWriter</c> the log will write to.</param>
|
1768
1790
|
</member>
|
1769
|
-
<member name="T:Castle.Core.Logging.TraceLogger">
|
1770
|
-
<summary>
|
1771
|
-
The TraceLogger sends all logging to the System.Diagnostics.TraceSource
|
1772
|
-
built into the .net framework.
|
1773
|
-
</summary>
|
1774
|
-
<remarks>
|
1775
|
-
Logging can be configured in the system.diagnostics configuration
|
1776
|
-
section.
|
1777
|
-
|
1778
|
-
If logger doesn't find a source name with a full match it will
|
1779
|
-
use source names which match the namespace partially. For example you can
|
1780
|
-
configure from all castle components by adding a source name with the
|
1781
|
-
name "Castle".
|
1782
|
-
|
1783
|
-
If no portion of the namespace matches the source named "Default" will
|
1784
|
-
be used.
|
1785
|
-
</remarks>
|
1786
|
-
</member>
|
1787
|
-
<member name="M:Castle.Core.Logging.TraceLogger.#ctor(System.String)">
|
1788
|
-
<summary>
|
1789
|
-
Build a new trace logger based on the named TraceSource
|
1790
|
-
</summary>
|
1791
|
-
<param name="name">The name used to locate the best TraceSource. In most cases comes from the using type's fullname.</param>
|
1792
|
-
</member>
|
1793
|
-
<member name="M:Castle.Core.Logging.TraceLogger.#ctor(System.String,Castle.Core.Logging.LoggerLevel)">
|
1794
|
-
<summary>
|
1795
|
-
Build a new trace logger based on the named TraceSource
|
1796
|
-
</summary>
|
1797
|
-
<param name="name">The name used to locate the best TraceSource. In most cases comes from the using type's fullname.</param>
|
1798
|
-
<param name="level">The default logging level at which this source should write messages. In almost all cases this
|
1799
|
-
default value will be overridden in the config file. </param>
|
1800
|
-
</member>
|
1801
|
-
<member name="M:Castle.Core.Logging.TraceLogger.CreateChildLogger(System.String)">
|
1802
|
-
<summary>
|
1803
|
-
Create a new child logger.
|
1804
|
-
The name of the child logger is [current-loggers-name].[passed-in-name]
|
1805
|
-
</summary>
|
1806
|
-
<param name="loggerName">The Subname of this logger.</param>
|
1807
|
-
<returns>The New ILogger instance.</returns>
|
1808
|
-
</member>
|
1809
|
-
<member name="T:Castle.Core.Logging.WebLogger">
|
1810
|
-
<summary>
|
1811
|
-
The WebLogger sends everything to the HttpContext.Trace
|
1812
|
-
</summary>
|
1813
|
-
<remarks>
|
1814
|
-
Trace must be enabled on the Asp.Net configuration file (web.config or machine.config)
|
1815
|
-
</remarks>
|
1816
|
-
</member>
|
1817
|
-
<member name="M:Castle.Core.Logging.WebLogger.#ctor">
|
1818
|
-
<summary>
|
1819
|
-
Creates a new WebLogger with the priority set to DEBUG.
|
1820
|
-
</summary>
|
1821
|
-
</member>
|
1822
|
-
<member name="M:Castle.Core.Logging.WebLogger.#ctor(Castle.Core.Logging.LoggerLevel)">
|
1823
|
-
<summary>
|
1824
|
-
Creates a new WebLogger.
|
1825
|
-
</summary>
|
1826
|
-
<param name="logLevel">The Log level typecode.</param>
|
1827
|
-
</member>
|
1828
|
-
<member name="M:Castle.Core.Logging.WebLogger.#ctor(System.String)">
|
1829
|
-
<summary>
|
1830
|
-
Creates a new WebLogger.
|
1831
|
-
</summary>
|
1832
|
-
<param name="name">The Log name.</param>
|
1833
|
-
</member>
|
1834
|
-
<member name="M:Castle.Core.Logging.WebLogger.#ctor(System.String,Castle.Core.Logging.LoggerLevel)">
|
1835
|
-
<summary>
|
1836
|
-
Creates a new WebLogger.
|
1837
|
-
</summary>
|
1838
|
-
<param name="name">The Log name.</param>
|
1839
|
-
<param name="loggerLevel">The Log level typecode.</param>
|
1840
|
-
</member>
|
1841
|
-
<member name="M:Castle.Core.Logging.WebLogger.Log(Castle.Core.Logging.LoggerLevel,System.String,System.String,System.Exception)">
|
1842
|
-
<summary>
|
1843
|
-
A Common method to log.
|
1844
|
-
</summary>
|
1845
|
-
<param name="loggerLevel">The level of logging</param>
|
1846
|
-
<param name="loggerName">The Log name.</param>
|
1847
|
-
<param name="message">The Message</param>
|
1848
|
-
<param name="exception">The Exception</param>
|
1849
|
-
</member>
|
1850
|
-
<member name="M:Castle.Core.Logging.WebLogger.CreateChildLogger(System.String)">
|
1851
|
-
<summary>
|
1852
|
-
Just returns this logger (<c>WebLogger</c> is not hierarchical).
|
1853
|
-
</summary>
|
1854
|
-
<param name="loggerName">Ignored</param>
|
1855
|
-
<returns>This ILogger instance.</returns>
|
1856
|
-
</member>
|
1857
|
-
<member name="M:Castle.Core.Logging.WebLogger.TryToGetTraceContext">
|
1858
|
-
<summary>
|
1859
|
-
Tries to get the current http context's trace context.
|
1860
|
-
</summary>
|
1861
|
-
<returns>The current http context's trace context or null if none is
|
1862
|
-
available</returns>
|
1863
|
-
</member>
|
1864
1791
|
<member name="T:Castle.Core.Logging.LoggerLevel">
|
1865
1792
|
<summary>
|
1866
1793
|
Supporting Logger levels.
|
@@ -1896,24 +1823,6 @@
|
|
1896
1823
|
Debug logging level
|
1897
1824
|
</summary>
|
1898
1825
|
</member>
|
1899
|
-
<member name="T:Castle.Core.Configuration.Xml.XmlConfigurationDeserializer">
|
1900
|
-
<summary>
|
1901
|
-
Pendent
|
1902
|
-
</summary>
|
1903
|
-
</member>
|
1904
|
-
<member name="M:Castle.Core.Configuration.Xml.XmlConfigurationDeserializer.Deserialize(System.Xml.XmlNode)">
|
1905
|
-
<summary>
|
1906
|
-
Deserializes the specified node into an abstract representation of configuration.
|
1907
|
-
</summary>
|
1908
|
-
<param name="node">The node.</param>
|
1909
|
-
<returns></returns>
|
1910
|
-
</member>
|
1911
|
-
<member name="M:Castle.Core.Configuration.Xml.XmlConfigurationDeserializer.GetConfigValue(System.String)">
|
1912
|
-
<summary>
|
1913
|
-
If a config value is an empty string we return null, this is to keep
|
1914
|
-
backward compability with old code
|
1915
|
-
</summary>
|
1916
|
-
</member>
|
1917
1826
|
<member name="T:Castle.Core.Configuration.AbstractConfiguration">
|
1918
1827
|
<summary>
|
1919
1828
|
This is an abstract <see cref="T:Castle.Core.Configuration.IConfiguration"/> implementation
|
@@ -2082,11 +1991,6 @@
|
|
2082
1991
|
Any other logic to create/release components.
|
2083
1992
|
</summary>
|
2084
1993
|
</member>
|
2085
|
-
<member name="F:Castle.Core.LifestyleType.PerWebRequest">
|
2086
|
-
<summary>
|
2087
|
-
PerWebRequest components are created once per Http Request
|
2088
|
-
</summary>
|
2089
|
-
</member>
|
2090
1994
|
<member name="T:Castle.Core.PropertiesInspectionBehavior">
|
2091
1995
|
<summary>
|
2092
1996
|
|
@@ -2716,11 +2620,6 @@
|
|
2716
2620
|
Collection of <see cref="T:Castle.Core.ParameterModel"/>
|
2717
2621
|
</summary>
|
2718
2622
|
</member>
|
2719
|
-
<member name="M:Castle.Core.ParameterModelCollection.#ctor">
|
2720
|
-
<summary>
|
2721
|
-
Initializes a new instance of the <see cref="T:Castle.Core.ParameterModelCollection"/> class.
|
2722
|
-
</summary>
|
2723
|
-
</member>
|
2724
2623
|
<member name="M:Castle.Core.ParameterModelCollection.Add(System.String,System.String)">
|
2725
2624
|
<summary>
|
2726
2625
|
Adds the specified name.
|
@@ -2986,11 +2885,6 @@
|
|
2986
2885
|
|
2987
2886
|
</summary>
|
2988
2887
|
</member>
|
2989
|
-
<member name="T:Castle.Core.Resource.FileResourceFactory">
|
2990
|
-
<summary>
|
2991
|
-
|
2992
|
-
</summary>
|
2993
|
-
</member>
|
2994
2888
|
<member name="T:Castle.Core.Resource.StaticContentResource">
|
2995
2889
|
<summary>
|
2996
2890
|
Adapts a static string content as an <see cref="T:Castle.Core.Resource.IResource"/>
|