liyuanyuan vor 3 Jahren
Ursprung
Commit
c00250ec45
33 geänderte Dateien mit 0 neuen und 117267 gelöschten Zeilen
  1. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.Core.dll
  2. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.Core.pdb
  3. 0 876
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.Core.xml
  4. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.dll
  5. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.pdb
  6. 0 2774
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.xml
  7. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/ICSharpCode.SharpZipLib.dll
  8. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.OOXML.dll
  9. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.OpenXml4Net.dll
  10. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.OpenXmlFormats.dll
  11. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.dll
  12. 0 43571
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.xml
  13. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Newtonsoft.Json.dll
  14. 0 10912
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Newtonsoft.Json.xml
  15. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Quartz.dll
  16. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Quartz.pdb
  17. 0 20001
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Quartz.xml
  18. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/RMYY_CallCenter_Api.QuartzWorker.dll
  19. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/RMYY_CallCenter_Api.QuartzWorker.pdb
  20. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/RMYY_CallCenter_Api.Utility.dll
  21. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/RMYY_CallCenter_Api.Utility.pdb
  22. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/StackExchange.Redis.dll
  23. 0 6660
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/StackExchange.Redis.xml
  24. BIN
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/log4net.dll
  25. 0 32438
      RMYY_CallCenter_Api.QuartzWorker/bin/Debug/log4net.xml
  26. 0 4
      RMYY_CallCenter_Api.QuartzWorker/obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs
  27. BIN
      RMYY_CallCenter_Api.QuartzWorker/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
  28. BIN
      RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.csproj.AssemblyReference.cache
  29. 0 0
      RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.csproj.CopyComplete
  30. 0 1
      RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.csproj.CoreCompileInputs.cache
  31. 0 30
      RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.csproj.FileListAbsolute.txt
  32. BIN
      RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.dll
  33. BIN
      RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.pdb

BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.Core.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.Core.pdb


+ 0 - 876
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.Core.xml

@@ -1,876 +0,0 @@
1
-<?xml version="1.0"?>
2
-<doc>
3
-    <assembly>
4
-        <name>Common.Logging.Core</name>
5
-    </assembly>
6
-    <members>
7
-        <member name="T:Common.Logging.Factory.StringFormatMethodAttribute">
8
-            <summary>
9
-            Indicates that the marked method builds string by format pattern and (optional) arguments.
10
-            Parameter, which contains format string, should be given in constructor. The format string
11
-            should be in <see cref="M:System.String.Format(System.IFormatProvider,System.String,System.Object[])"/>-like form
12
-            </summary>
13
-            <example><code>
14
-            [StringFormatMethod("message")]
15
-            public void ShowError(string message, params object[] args) { /* do something */ }
16
-            public void Foo() {
17
-              ShowError("Failed: {0}"); // Warning: Non-existing argument in format string
18
-            }
19
-            </code></example>
20
-        </member>
21
-        <member name="M:Common.Logging.Factory.StringFormatMethodAttribute.#ctor(System.String)">
22
-            <param name="formatParameterName">
23
-            Specifies which parameter of an annotated method should be treated as format-string
24
-            </param>
25
-        </member>
26
-        <member name="P:Common.Logging.Factory.StringFormatMethodAttribute.FormatParameterName">
27
-            <summary>
28
-            The name of the string parameter being formatted
29
-            </summary>
30
-        </member>
31
-        <member name="T:Common.Logging.FormatMessageHandler">
32
-            <summary>
33
-             The type of method that is passed into e.g. <see cref="M:Common.Logging.ILog.Debug(System.Action{Common.Logging.FormatMessageHandler})"/> 
34
-             and allows the callback method to "submit" it's message to the underlying output system.
35
-            </summary>
36
-            <param name="format">the format argument as in <see cref="M:System.String.Format(System.String,System.Object[])"/></param>
37
-            <param name="args">the argument list as in <see cref="M:System.String.Format(System.String,System.Object[])"/></param>
38
-            <seealso cref="T:Common.Logging.ILog"/>
39
-             <author>Erich Eichinger</author>
40
-        </member>
41
-        <member name="T:Common.Logging.IConfigurationReader">
42
-            <summary>
43
-            Interface for basic operations to read .NET application configuration information.
44
-            </summary>
45
-            <remarks>Provides a simple abstraction to handle BCL API differences between .NET 1.x and 2.0. Also
46
-            useful for testing scenarios.</remarks>
47
-            <author>Mark Pollack</author>
48
-        </member>
49
-        <member name="M:Common.Logging.IConfigurationReader.GetSection(System.String)">
50
-            <summary>
51
-            Parses the configuration section and returns the resulting object.
52
-            </summary>
53
-            <remarks>
54
-            <p>
55
-            Primary purpose of this method is to allow us to parse and 
56
-            load configuration sections using the same API regardless
57
-            of the .NET framework version.
58
-            </p>
59
-            
60
-            See also <c>System.Configuration.ConfigurationManager</c>
61
-            </remarks>
62
-            <param name="sectionName">Name of the configuration section.</param>
63
-            <returns>Object created by a corresponding IConfigurationSectionHandler.</returns>
64
-        </member>
65
-        <member name="T:Common.Logging.ILog">
66
-            <summary>
67
-            A simple logging interface abstracting logging APIs. 
68
-            </summary>
69
-            <remarks>
70
-            <para>
71
-            Implementations should defer calling a message's <see cref="M:System.Object.ToString"/> until the message really needs
72
-            to be logged to avoid performance penalties.
73
-            </para>
74
-            <para>
75
-            Each <see cref="T:Common.Logging.ILog"/> log method offers to pass in a <see cref="T:System.Action`1"/> instead of the actual message.
76
-            Using this style has the advantage to defer possibly expensive message argument evaluation and formatting (and formatting arguments!) until the message gets
77
-            actually logged. If the message is not logged at all (e.g. due to <see cref="T:Common.Logging.LogLevel"/> settings), 
78
-            you won't have to pay the peformance penalty of creating the message.
79
-            </para>
80
-            </remarks>
81
-            <example>
82
-            The example below demonstrates using callback style for creating the message, where the call to the 
83
-            <see cref="M:System.Random.NextDouble"/> and the underlying <see cref="M:System.String.Format(System.String,System.Object[])"/> only happens, if level <see cref="F:Common.Logging.LogLevel.Debug"/> is enabled:
84
-            <code>
85
-            Log.Debug( m=&gt;m("result is {0}", random.NextDouble()) );
86
-            Log.Debug(delegate(m) { m("result is {0}", random.NextDouble()); });
87
-            </code>
88
-            </example>
89
-            <seealso cref="T:System.Action`1"/>
90
-            <author>Mark Pollack</author>
91
-            <author>Bruno Baia</author>
92
-            <author>Erich Eichinger</author>
93
-        </member>
94
-        <member name="M:Common.Logging.ILog.Trace(System.Object)">
95
-            <summary>
96
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
97
-            </summary>
98
-            <param name="message">The message object to log.</param>
99
-        </member>
100
-        <member name="M:Common.Logging.ILog.Trace(System.Object,System.Exception)">
101
-            <summary>
102
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Trace"/> level including
103
-            the stack trace of the <see cref="T:System.Exception"/> passed
104
-            as a parameter.
105
-            </summary>
106
-            <param name="message">The message object to log.</param>
107
-            <param name="exception">The exception to log, including its stack trace.</param>
108
-        </member>
109
-        <member name="M:Common.Logging.ILog.TraceFormat(System.String,System.Object[])">
110
-            <summary>
111
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
112
-            </summary>
113
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
114
-            <param name="args">the list of format arguments</param>
115
-        </member>
116
-        <member name="M:Common.Logging.ILog.TraceFormat(System.String,System.Exception,System.Object[])">
117
-            <summary>
118
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
119
-            </summary>
120
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
121
-            <param name="exception">The exception to log.</param>
122
-            <param name="args">the list of format arguments</param>
123
-        </member>
124
-        <member name="M:Common.Logging.ILog.TraceFormat(System.IFormatProvider,System.String,System.Object[])">
125
-            <summary>
126
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
127
-            </summary>
128
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
129
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
130
-            <param name="args"></param>
131
-        </member>
132
-        <member name="M:Common.Logging.ILog.TraceFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
133
-            <summary>
134
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
135
-            </summary>
136
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
137
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
138
-            <param name="exception">The exception to log.</param>
139
-            <param name="args"></param>
140
-        </member>
141
-        <member name="M:Common.Logging.ILog.Trace(System.Action{Common.Logging.FormatMessageHandler})">
142
-            <summary>
143
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level using a callback to obtain the message
144
-            </summary>
145
-            <remarks>
146
-            Using this method avoids the cost of creating a message and evaluating message arguments 
147
-            that probably won't be logged due to loglevel settings.
148
-            </remarks>
149
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
150
-        </member>
151
-        <member name="M:Common.Logging.ILog.Trace(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
152
-            <summary>
153
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level using a callback to obtain the message
154
-            </summary>
155
-            <remarks>
156
-            Using this method avoids the cost of creating a message and evaluating message arguments 
157
-            that probably won't be logged due to loglevel settings.
158
-            </remarks>
159
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
160
-            <param name="exception">The exception to log, including its stack trace.</param>
161
-        </member>
162
-        <member name="M:Common.Logging.ILog.Trace(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
163
-            <summary>
164
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level using a callback to obtain the message
165
-            </summary>
166
-            <remarks>
167
-            Using this method avoids the cost of creating a message and evaluating message arguments 
168
-            that probably won't be logged due to loglevel settings.
169
-            </remarks>
170
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
171
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
172
-        </member>
173
-        <member name="M:Common.Logging.ILog.Trace(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
174
-            <summary>
175
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Trace"/> level using a callback to obtain the message
176
-            </summary>
177
-            <remarks>
178
-            Using this method avoids the cost of creating a message and evaluating message arguments 
179
-            that probably won't be logged due to loglevel settings.
180
-            </remarks>
181
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
182
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
183
-            <param name="exception">The exception to log, including its stack trace.</param>
184
-        </member>
185
-        <member name="M:Common.Logging.ILog.Debug(System.Object)">
186
-            <summary>
187
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
188
-            </summary>
189
-            <param name="message">The message object to log.</param>
190
-        </member>
191
-        <member name="M:Common.Logging.ILog.Debug(System.Object,System.Exception)">
192
-            <summary>
193
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Debug"/> level including
194
-            the stack trace of the <see cref="T:System.Exception"/> passed
195
-            as a parameter.
196
-            </summary>
197
-            <param name="message">The message object to log.</param>
198
-            <param name="exception">The exception to log, including its stack trace.</param>
199
-        </member>
200
-        <member name="M:Common.Logging.ILog.DebugFormat(System.String,System.Object[])">
201
-            <summary>
202
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
203
-            </summary>
204
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
205
-            <param name="args">the list of format arguments</param>
206
-        </member>
207
-        <member name="M:Common.Logging.ILog.DebugFormat(System.String,System.Exception,System.Object[])">
208
-            <summary>
209
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
210
-            </summary>
211
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
212
-            <param name="exception">The exception to log.</param>
213
-            <param name="args">the list of format arguments</param>
214
-        </member>
215
-        <member name="M:Common.Logging.ILog.DebugFormat(System.IFormatProvider,System.String,System.Object[])">
216
-            <summary>
217
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
218
-            </summary>
219
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
220
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
221
-            <param name="args"></param>
222
-        </member>
223
-        <member name="M:Common.Logging.ILog.DebugFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
224
-            <summary>
225
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
226
-            </summary>
227
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
228
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
229
-            <param name="exception">The exception to log.</param>
230
-            <param name="args"></param>
231
-        </member>
232
-        <member name="M:Common.Logging.ILog.Debug(System.Action{Common.Logging.FormatMessageHandler})">
233
-            <summary>
234
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level using a callback to obtain the message
235
-            </summary>
236
-            <remarks>
237
-            Using this method avoids the cost of creating a message and evaluating message arguments 
238
-            that probably won't be logged due to loglevel settings.
239
-            </remarks>
240
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
241
-        </member>
242
-        <member name="M:Common.Logging.ILog.Debug(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
243
-            <summary>
244
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level using a callback to obtain the message
245
-            </summary>
246
-            <remarks>
247
-            Using this method avoids the cost of creating a message and evaluating message arguments 
248
-            that probably won't be logged due to loglevel settings.
249
-            </remarks>
250
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
251
-            <param name="exception">The exception to log, including its stack trace.</param>
252
-        </member>
253
-        <member name="M:Common.Logging.ILog.Debug(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
254
-            <summary>
255
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level using a callback to obtain the message
256
-            </summary>
257
-            <remarks>
258
-            Using this method avoids the cost of creating a message and evaluating message arguments 
259
-            that probably won't be logged due to loglevel settings.
260
-            </remarks>
261
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
262
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
263
-        </member>
264
-        <member name="M:Common.Logging.ILog.Debug(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
265
-            <summary>
266
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Debug"/> level using a callback to obtain the message
267
-            </summary>
268
-            <remarks>
269
-            Using this method avoids the cost of creating a message and evaluating message arguments 
270
-            that probably won't be logged due to loglevel settings.
271
-            </remarks>
272
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
273
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
274
-            <param name="exception">The exception to log, including its stack Debug.</param>
275
-        </member>
276
-        <member name="M:Common.Logging.ILog.Info(System.Object)">
277
-            <summary>
278
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
279
-            </summary>
280
-            <param name="message">The message object to log.</param>
281
-        </member>
282
-        <member name="M:Common.Logging.ILog.Info(System.Object,System.Exception)">
283
-            <summary>
284
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Info"/> level including
285
-            the stack trace of the <see cref="T:System.Exception"/> passed
286
-            as a parameter.
287
-            </summary>
288
-            <param name="message">The message object to log.</param>
289
-            <param name="exception">The exception to log, including its stack trace.</param>
290
-        </member>
291
-        <member name="M:Common.Logging.ILog.InfoFormat(System.String,System.Object[])">
292
-            <summary>
293
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
294
-            </summary>
295
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
296
-            <param name="args">the list of format arguments</param>
297
-        </member>
298
-        <member name="M:Common.Logging.ILog.InfoFormat(System.String,System.Exception,System.Object[])">
299
-            <summary>
300
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
301
-            </summary>
302
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
303
-            <param name="exception">The exception to log.</param>
304
-            <param name="args">the list of format arguments</param>
305
-        </member>
306
-        <member name="M:Common.Logging.ILog.InfoFormat(System.IFormatProvider,System.String,System.Object[])">
307
-            <summary>
308
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
309
-            </summary>
310
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
311
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
312
-            <param name="args"></param>
313
-        </member>
314
-        <member name="M:Common.Logging.ILog.InfoFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
315
-            <summary>
316
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level.
317
-            </summary>
318
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
319
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
320
-            <param name="exception">The exception to log.</param>
321
-            <param name="args"></param>
322
-        </member>
323
-        <member name="M:Common.Logging.ILog.Info(System.Action{Common.Logging.FormatMessageHandler})">
324
-            <summary>
325
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level using a callback to obtain the message
326
-            </summary>
327
-            <remarks>
328
-            Using this method avoids the cost of creating a message and evaluating message arguments 
329
-            that probably won't be logged due to loglevel settings.
330
-            </remarks>
331
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
332
-        </member>
333
-        <member name="M:Common.Logging.ILog.Info(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
334
-            <summary>
335
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level using a callback to obtain the message
336
-            </summary>
337
-            <remarks>
338
-            Using this method avoids the cost of creating a message and evaluating message arguments 
339
-            that probably won't be logged due to loglevel settings.
340
-            </remarks>
341
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
342
-            <param name="exception">The exception to log, including its stack trace.</param>
343
-        </member>
344
-        <member name="M:Common.Logging.ILog.Info(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
345
-            <summary>
346
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level using a callback to obtain the message
347
-            </summary>
348
-            <remarks>
349
-            Using this method avoids the cost of creating a message and evaluating message arguments 
350
-            that probably won't be logged due to loglevel settings.
351
-            </remarks>
352
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
353
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
354
-        </member>
355
-        <member name="M:Common.Logging.ILog.Info(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
356
-            <summary>
357
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Info"/> level using a callback to obtain the message
358
-            </summary>
359
-            <remarks>
360
-            Using this method avoids the cost of creating a message and evaluating message arguments 
361
-            that probably won't be logged due to loglevel settings.
362
-            </remarks>
363
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
364
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
365
-            <param name="exception">The exception to log, including its stack Info.</param>
366
-        </member>
367
-        <member name="M:Common.Logging.ILog.Warn(System.Object)">
368
-            <summary>
369
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
370
-            </summary>
371
-            <param name="message">The message object to log.</param>
372
-        </member>
373
-        <member name="M:Common.Logging.ILog.Warn(System.Object,System.Exception)">
374
-            <summary>
375
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Warn"/> level including
376
-            the stack trace of the <see cref="T:System.Exception"/> passed
377
-            as a parameter.
378
-            </summary>
379
-            <param name="message">The message object to log.</param>
380
-            <param name="exception">The exception to log, including its stack trace.</param>
381
-        </member>
382
-        <member name="M:Common.Logging.ILog.WarnFormat(System.String,System.Object[])">
383
-            <summary>
384
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
385
-            </summary>
386
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
387
-            <param name="args">the list of format arguments</param>
388
-        </member>
389
-        <member name="M:Common.Logging.ILog.WarnFormat(System.String,System.Exception,System.Object[])">
390
-            <summary>
391
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
392
-            </summary>
393
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
394
-            <param name="exception">The exception to log.</param>
395
-            <param name="args">the list of format arguments</param>
396
-        </member>
397
-        <member name="M:Common.Logging.ILog.WarnFormat(System.IFormatProvider,System.String,System.Object[])">
398
-            <summary>
399
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
400
-            </summary>
401
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
402
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
403
-            <param name="args"></param>
404
-        </member>
405
-        <member name="M:Common.Logging.ILog.WarnFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
406
-            <summary>
407
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
408
-            </summary>
409
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
410
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
411
-            <param name="exception">The exception to log.</param>
412
-            <param name="args"></param>
413
-        </member>
414
-        <member name="M:Common.Logging.ILog.Warn(System.Action{Common.Logging.FormatMessageHandler})">
415
-            <summary>
416
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level using a callback to obtain the message
417
-            </summary>
418
-            <remarks>
419
-            Using this method avoids the cost of creating a message and evaluating message arguments 
420
-            that probably won't be logged due to loglevel settings.
421
-            </remarks>
422
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
423
-        </member>
424
-        <member name="M:Common.Logging.ILog.Warn(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
425
-            <summary>
426
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level using a callback to obtain the message
427
-            </summary>
428
-            <remarks>
429
-            Using this method avoids the cost of creating a message and evaluating message arguments 
430
-            that probably won't be logged due to loglevel settings.
431
-            </remarks>
432
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
433
-            <param name="exception">The exception to log, including its stack trace.</param>
434
-        </member>
435
-        <member name="M:Common.Logging.ILog.Warn(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
436
-            <summary>
437
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level using a callback to obtain the message
438
-            </summary>
439
-            <remarks>
440
-            Using this method avoids the cost of creating a message and evaluating message arguments 
441
-            that probably won't be logged due to loglevel settings.
442
-            </remarks>
443
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
444
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
445
-        </member>
446
-        <member name="M:Common.Logging.ILog.Warn(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
447
-            <summary>
448
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Warn"/> level using a callback to obtain the message
449
-            </summary>
450
-            <remarks>
451
-            Using this method avoids the cost of creating a message and evaluating message arguments 
452
-            that probably won't be logged due to loglevel settings.
453
-            </remarks>
454
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
455
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
456
-            <param name="exception">The exception to log, including its stack Warn.</param>
457
-        </member>
458
-        <member name="M:Common.Logging.ILog.Error(System.Object)">
459
-            <summary>
460
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
461
-            </summary>
462
-            <param name="message">The message object to log.</param>
463
-        </member>
464
-        <member name="M:Common.Logging.ILog.Error(System.Object,System.Exception)">
465
-            <summary>
466
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Error"/> level including
467
-            the stack trace of the <see cref="T:System.Exception"/> passed
468
-            as a parameter.
469
-            </summary>
470
-            <param name="message">The message object to log.</param>
471
-            <param name="exception">The exception to log, including its stack trace.</param>
472
-        </member>
473
-        <member name="M:Common.Logging.ILog.ErrorFormat(System.String,System.Object[])">
474
-            <summary>
475
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
476
-            </summary>
477
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
478
-            <param name="args">the list of format arguments</param>
479
-        </member>
480
-        <member name="M:Common.Logging.ILog.ErrorFormat(System.String,System.Exception,System.Object[])">
481
-            <summary>
482
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
483
-            </summary>
484
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
485
-            <param name="exception">The exception to log.</param>
486
-            <param name="args">the list of format arguments</param>
487
-        </member>
488
-        <member name="M:Common.Logging.ILog.ErrorFormat(System.IFormatProvider,System.String,System.Object[])">
489
-            <summary>
490
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
491
-            </summary>
492
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
493
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
494
-            <param name="args"></param>
495
-        </member>
496
-        <member name="M:Common.Logging.ILog.ErrorFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
497
-            <summary>
498
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level.
499
-            </summary>
500
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
501
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
502
-            <param name="exception">The exception to log.</param>
503
-            <param name="args"></param>
504
-        </member>
505
-        <member name="M:Common.Logging.ILog.Error(System.Action{Common.Logging.FormatMessageHandler})">
506
-            <summary>
507
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level using a callback to obtain the message
508
-            </summary>
509
-            <remarks>
510
-            Using this method avoids the cost of creating a message and evaluating message arguments 
511
-            that probably won't be logged due to loglevel settings.
512
-            </remarks>
513
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
514
-        </member>
515
-        <member name="M:Common.Logging.ILog.Error(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
516
-            <summary>
517
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level using a callback to obtain the message
518
-            </summary>
519
-            <remarks>
520
-            Using this method avoids the cost of creating a message and evaluating message arguments 
521
-            that probably won't be logged due to loglevel settings.
522
-            </remarks>
523
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
524
-            <param name="exception">The exception to log, including its stack trace.</param>
525
-        </member>
526
-        <member name="M:Common.Logging.ILog.Error(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
527
-            <summary>
528
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level using a callback to obtain the message
529
-            </summary>
530
-            <remarks>
531
-            Using this method avoids the cost of creating a message and evaluating message arguments 
532
-            that probably won't be logged due to loglevel settings.
533
-            </remarks>
534
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
535
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
536
-        </member>
537
-        <member name="M:Common.Logging.ILog.Error(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
538
-            <summary>
539
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Error"/> level using a callback to obtain the message
540
-            </summary>
541
-            <remarks>
542
-            Using this method avoids the cost of creating a message and evaluating message arguments 
543
-            that probably won't be logged due to loglevel settings.
544
-            </remarks>
545
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
546
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
547
-            <param name="exception">The exception to log, including its stack Error.</param>
548
-        </member>
549
-        <member name="M:Common.Logging.ILog.Fatal(System.Object)">
550
-            <summary>
551
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
552
-            </summary>
553
-            <param name="message">The message object to log.</param>
554
-        </member>
555
-        <member name="M:Common.Logging.ILog.Fatal(System.Object,System.Exception)">
556
-            <summary>
557
-            Log a message object with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level including
558
-            the stack trace of the <see cref="T:System.Exception"/> passed
559
-            as a parameter.
560
-            </summary>
561
-            <param name="message">The message object to log.</param>
562
-            <param name="exception">The exception to log, including its stack trace.</param>
563
-        </member>
564
-        <member name="M:Common.Logging.ILog.FatalFormat(System.String,System.Object[])">
565
-            <summary>
566
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
567
-            </summary>
568
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
569
-            <param name="args">the list of format arguments</param>
570
-        </member>
571
-        <member name="M:Common.Logging.ILog.FatalFormat(System.String,System.Exception,System.Object[])">
572
-            <summary>
573
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
574
-            </summary>
575
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
576
-            <param name="exception">The exception to log.</param>
577
-            <param name="args">the list of format arguments</param>
578
-        </member>
579
-        <member name="M:Common.Logging.ILog.FatalFormat(System.IFormatProvider,System.String,System.Object[])">
580
-            <summary>
581
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
582
-            </summary>
583
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
584
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
585
-            <param name="args"></param>
586
-        </member>
587
-        <member name="M:Common.Logging.ILog.FatalFormat(System.IFormatProvider,System.String,System.Exception,System.Object[])">
588
-            <summary>
589
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
590
-            </summary>
591
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
592
-            <param name="format">The format of the message object to log.<see cref="M:System.String.Format(System.String,System.Object[])"/> </param>
593
-            <param name="exception">The exception to log.</param>
594
-            <param name="args"></param>
595
-        </member>
596
-        <member name="M:Common.Logging.ILog.Fatal(System.Action{Common.Logging.FormatMessageHandler})">
597
-            <summary>
598
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level using a callback to obtain the message
599
-            </summary>
600
-            <remarks>
601
-            Using this method avoids the cost of creating a message and evaluating message arguments 
602
-            that probably won't be logged due to loglevel settings.
603
-            </remarks>
604
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
605
-        </member>
606
-        <member name="M:Common.Logging.ILog.Fatal(System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
607
-            <summary>
608
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level using a callback to obtain the message
609
-            </summary>
610
-            <remarks>
611
-            Using this method avoids the cost of creating a message and evaluating message arguments 
612
-            that probably won't be logged due to loglevel settings.
613
-            </remarks>
614
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
615
-            <param name="exception">The exception to log, including its stack trace.</param>
616
-        </member>
617
-        <member name="M:Common.Logging.ILog.Fatal(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler})">
618
-            <summary>
619
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level using a callback to obtain the message
620
-            </summary>
621
-            <remarks>
622
-            Using this method avoids the cost of creating a message and evaluating message arguments 
623
-            that probably won't be logged due to loglevel settings.
624
-            </remarks>
625
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
626
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
627
-        </member>
628
-        <member name="M:Common.Logging.ILog.Fatal(System.IFormatProvider,System.Action{Common.Logging.FormatMessageHandler},System.Exception)">
629
-            <summary>
630
-            Log a message with the <see cref="F:Common.Logging.LogLevel.Fatal"/> level using a callback to obtain the message
631
-            </summary>
632
-            <remarks>
633
-            Using this method avoids the cost of creating a message and evaluating message arguments 
634
-            that probably won't be logged due to loglevel settings.
635
-            </remarks>
636
-            <param name="formatProvider">An <see cref="T:System.IFormatProvider"/> that supplies culture-specific formatting information.</param>
637
-            <param name="formatMessageCallback">A callback used by the logger to obtain the message if log level is matched</param>
638
-            <param name="exception">The exception to log, including its stack Fatal.</param>
639
-        </member>
640
-        <member name="P:Common.Logging.ILog.IsTraceEnabled">
641
-            <summary>
642
-            Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Trace"/> level.
643
-            </summary>
644
-        </member>
645
-        <member name="P:Common.Logging.ILog.IsDebugEnabled">
646
-            <summary>
647
-            Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Debug"/> level.
648
-            </summary>
649
-        </member>
650
-        <member name="P:Common.Logging.ILog.IsErrorEnabled">
651
-            <summary>
652
-            Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Error"/> level.
653
-            </summary>
654
-        </member>
655
-        <member name="P:Common.Logging.ILog.IsFatalEnabled">
656
-            <summary>
657
-            Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Fatal"/> level.
658
-            </summary>
659
-        </member>
660
-        <member name="P:Common.Logging.ILog.IsInfoEnabled">
661
-            <summary>
662
-            Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Info"/> level.
663
-            </summary>
664
-        </member>
665
-        <member name="P:Common.Logging.ILog.IsWarnEnabled">
666
-            <summary>
667
-            Checks if this logger is enabled for the <see cref="F:Common.Logging.LogLevel.Warn"/> level.
668
-            </summary>
669
-        </member>
670
-        <member name="P:Common.Logging.ILog.GlobalVariablesContext">
671
-            <summary>
672
-            Returns the global context for variables
673
-            </summary>
674
-        </member>
675
-        <member name="P:Common.Logging.ILog.ThreadVariablesContext">
676
-            <summary>
677
-            Returns the thread-specific context for variables
678
-            </summary>
679
-        </member>
680
-        <member name="T:Common.Logging.ILoggerFactoryAdapter">
681
-            <summary>
682
-            LoggerFactoryAdapter interface is used internally by LogManager
683
-            Only developers wishing to write new Common.Logging adapters need to
684
-            worry about this interface.
685
-            </summary>
686
-            <author>Gilles Bayon</author>
687
-        </member>
688
-        <member name="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.Type)">
689
-            <summary>
690
-            Get a ILog instance by type.
691
-            </summary>
692
-            <param name="type">The type to use for the logger</param>
693
-            <returns></returns>
694
-        </member>
695
-        <member name="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.String)">
696
-            <summary>
697
-            Get a ILog instance by key.
698
-            </summary>
699
-            <param name="key">The key of the logger</param>
700
-            <returns></returns>
701
-        </member>
702
-        <member name="T:Common.Logging.ILogManager">
703
-            <summary>
704
-            Interface for LogManager
705
-            </summary>
706
-        </member>
707
-        <member name="M:Common.Logging.ILogManager.Reset">
708
-            <summary>
709
-            Reset the <see cref="N:Common.Logging"/> infrastructure to its default settings. This means, that configuration settings
710
-            will be re-read from section <c>&lt;common/logging&gt;</c> of your <c>app.config</c>.
711
-            </summary>
712
-            <remarks>
713
-            This is mainly used for unit testing, you wouldn't normally use this in your applications.<br/>
714
-            <b>Note:</b><see cref="T:Common.Logging.ILog"/> instances already handed out from this LogManager are not(!) affected. 
715
-            Resetting LogManager only affects new instances being handed out.
716
-            </remarks>
717
-        </member>
718
-        <member name="M:Common.Logging.ILogManager.Reset(Common.Logging.IConfigurationReader)">
719
-            <summary>
720
-            Reset the <see cref="N:Common.Logging"/> infrastructure to its default settings. This means, that configuration settings
721
-            will be re-read from section <c>&lt;common/logging&gt;</c> of your <c>app.config</c>.
722
-            </summary>
723
-            <remarks>
724
-            This is mainly used for unit testing, you wouldn't normally use this in your applications.<br/>
725
-            <b>Note:</b><see cref="T:Common.Logging.ILog"/> instances already handed out from this LogManager are not(!) affected. 
726
-            Resetting LogManager only affects new instances being handed out.
727
-            </remarks>
728
-            <param name="reader">
729
-            the <see cref="T:Common.Logging.IConfigurationReader"/> instance to obtain settings for 
730
-            re-initializing the LogManager.
731
-            </param>
732
-        </member>
733
-        <member name="M:Common.Logging.ILogManager.GetCurrentClassLogger">
734
-            <summary>
735
-            Gets the logger by calling <see cref="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.Type)"/>
736
-            on the currently configured <see cref="P:Common.Logging.ILogManager.Adapter"/> using the type of the calling class.
737
-            </summary>
738
-            <remarks>
739
-            This method needs to inspect the StackTrace in order to determine the calling 
740
-            class. This of course comes with a performance penalty, thus you shouldn't call it too
741
-            often in your application.
742
-            </remarks>
743
-            <seealso cref="M:Common.Logging.ILogManager.GetLogger(System.Type)"/>
744
-            <returns>the logger instance obtained from the current <see cref="P:Common.Logging.ILogManager.Adapter"/></returns>
745
-        </member>
746
-        <member name="M:Common.Logging.ILogManager.GetLogger``1">
747
-            <summary>
748
-            Gets the logger by calling <see cref="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.Type)"/>
749
-            on the currently configured <see cref="P:Common.Logging.ILogManager.Adapter"/> using the specified type.
750
-            </summary>
751
-            <returns>the logger instance obtained from the current <see cref="P:Common.Logging.ILogManager.Adapter"/></returns>
752
-        </member>
753
-        <member name="M:Common.Logging.ILogManager.GetLogger(System.Type)">
754
-            <summary>
755
-            Gets the logger by calling <see cref="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.Type)"/>
756
-            on the currently configured <see cref="P:Common.Logging.ILogManager.Adapter"/> using the specified type.
757
-            </summary>
758
-            <param name="type">The type.</param>
759
-            <returns>the logger instance obtained from the current <see cref="P:Common.Logging.ILogManager.Adapter"/></returns>
760
-        </member>
761
-        <member name="M:Common.Logging.ILogManager.GetLogger(System.String)">
762
-            <summary>
763
-            Gets the logger by calling <see cref="M:Common.Logging.ILoggerFactoryAdapter.GetLogger(System.String)"/>
764
-            on the currently configured <see cref="P:Common.Logging.ILogManager.Adapter"/> using the specified key.
765
-            </summary>
766
-            <param name="key">The key.</param>
767
-            <returns>the logger instance obtained from the current <see cref="P:Common.Logging.ILogManager.Adapter"/></returns>
768
-        </member>
769
-        <member name="P:Common.Logging.ILogManager.COMMON_LOGGING_SECTION">
770
-            <summary>
771
-            The key of the default configuration section to read settings from.
772
-            </summary>
773
-            <remarks>
774
-            You can always change the source of your configuration settings by setting another <see cref="T:Common.Logging.IConfigurationReader"/> instance
775
-            on <see cref="P:Common.Logging.ILogManager.ConfigurationReader"/>.
776
-            </remarks>
777
-        </member>
778
-        <member name="P:Common.Logging.ILogManager.ConfigurationReader">
779
-            <summary>
780
-            Gets the configuration reader used to initialize the LogManager.
781
-            </summary>
782
-            <remarks>Primarily used for testing purposes but maybe useful to obtain configuration
783
-            information from some place other than the .NET application configuration file.</remarks>
784
-            <value>The configuration reader.</value>
785
-        </member>
786
-        <member name="P:Common.Logging.ILogManager.Adapter">
787
-            <summary>
788
-            Gets or sets the adapter.
789
-            </summary>
790
-            <value>The adapter.</value>
791
-        </member>
792
-        <member name="T:Common.Logging.IVariablesContext">
793
-            <summary>
794
-            A context for logger variables
795
-            </summary>
796
-        </member>
797
-        <member name="M:Common.Logging.IVariablesContext.Set(System.String,System.Object)">
798
-            <summary>
799
-            Sets the value of a new or existing variable within the global context
800
-            </summary>
801
-            <param name="key">The key of the variable that is to be added</param>
802
-            <param name="value">The value to add</param>
803
-        </member>
804
-        <member name="M:Common.Logging.IVariablesContext.Get(System.String)">
805
-            <summary>
806
-            Gets the value of a variable within the global context
807
-            </summary>
808
-            <param name="key">The key of the variable to get</param>
809
-            <returns>The value or null if not found</returns>
810
-        </member>
811
-        <member name="M:Common.Logging.IVariablesContext.Contains(System.String)">
812
-            <summary>
813
-            Checks if a variable is set within the global context
814
-            </summary>
815
-            <param name="key">The key of the variable to check for</param>
816
-            <returns>True if the variable is set</returns>
817
-        </member>
818
-        <member name="M:Common.Logging.IVariablesContext.Remove(System.String)">
819
-            <summary>
820
-            Removes a variable from the global context by key
821
-            </summary>
822
-            <param name="key">The key of the variable to remove</param>
823
-        </member>
824
-        <member name="M:Common.Logging.IVariablesContext.Clear">
825
-            <summary>
826
-            Clears the global context variables
827
-            </summary>
828
-        </member>
829
-        <member name="T:Common.Logging.LogLevel">
830
-            <summary>
831
-            The 7 possible logging levels
832
-            </summary>
833
-            <author>Gilles Bayon</author>
834
-        </member>
835
-        <member name="F:Common.Logging.LogLevel.All">
836
-            <summary>
837
-            All logging levels
838
-            </summary>
839
-        </member>
840
-        <member name="F:Common.Logging.LogLevel.Trace">
841
-            <summary>
842
-            A trace logging level
843
-            </summary>
844
-        </member>
845
-        <member name="F:Common.Logging.LogLevel.Debug">
846
-            <summary>
847
-            A debug logging level
848
-            </summary>
849
-        </member>
850
-        <member name="F:Common.Logging.LogLevel.Info">
851
-            <summary>
852
-            A info logging level
853
-            </summary>
854
-        </member>
855
-        <member name="F:Common.Logging.LogLevel.Warn">
856
-            <summary>
857
-            A warn logging level
858
-            </summary>
859
-        </member>
860
-        <member name="F:Common.Logging.LogLevel.Error">
861
-            <summary>
862
-            An error logging level
863
-            </summary>
864
-        </member>
865
-        <member name="F:Common.Logging.LogLevel.Fatal">
866
-            <summary>
867
-            A fatal logging level
868
-            </summary>
869
-        </member>
870
-        <member name="F:Common.Logging.LogLevel.Off">
871
-            <summary>
872
-            Do not log anything.
873
-            </summary>
874
-        </member>
875
-    </members>
876
-</doc>

BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.pdb


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 2774
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Common.Logging.xml


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/ICSharpCode.SharpZipLib.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.OOXML.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.OpenXml4Net.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.OpenXmlFormats.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.dll


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 43571
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/NPOI.xml


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Newtonsoft.Json.dll


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 10912
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Newtonsoft.Json.xml


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Quartz.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Quartz.pdb


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 20001
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/Quartz.xml


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/RMYY_CallCenter_Api.QuartzWorker.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/RMYY_CallCenter_Api.QuartzWorker.pdb


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/RMYY_CallCenter_Api.Utility.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/RMYY_CallCenter_Api.Utility.pdb


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/StackExchange.Redis.dll


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 6660
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/StackExchange.Redis.xml


BIN
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/log4net.dll


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 32438
RMYY_CallCenter_Api.QuartzWorker/bin/Debug/log4net.xml


+ 0 - 4
RMYY_CallCenter_Api.QuartzWorker/obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs

@@ -1,4 +0,0 @@
1
-// <autogenerated />
2
-using System;
3
-using System.Reflection;
4
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName = ".NET Framework 4.5")]

BIN
RMYY_CallCenter_Api.QuartzWorker/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache


BIN
RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.csproj.AssemblyReference.cache


+ 0 - 0
RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.csproj.CopyComplete


+ 0 - 1
RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.csproj.CoreCompileInputs.cache

@@ -1 +0,0 @@
1
-502a152a2f0f6c1329fe5cfa42392cb038821122

+ 0 - 30
RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.csproj.FileListAbsolute.txt

@@ -1,30 +0,0 @@
1
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\RMYY_CallCenter_Api.QuartzWorker.dll
2
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\RMYY_CallCenter_Api.QuartzWorker.pdb
3
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Common.Logging.Core.dll
4
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Common.Logging.dll
5
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Quartz.dll
6
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\RMYY_CallCenter_Api.Utility.dll
7
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Newtonsoft.Json.dll
8
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\log4net.dll
9
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\NPOI.dll
10
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\StackExchange.Redis.dll
11
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\NPOI.OOXML.dll
12
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\ICSharpCode.SharpZipLib.dll
13
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\NPOI.OpenXmlFormats.dll
14
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\NPOI.OpenXml4Net.dll
15
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\RMYY_CallCenter_Api.Utility.pdb
16
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Common.Logging.pdb
17
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Common.Logging.xml
18
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Common.Logging.Core.pdb
19
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Common.Logging.Core.xml
20
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Quartz.pdb
21
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Quartz.xml
22
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\Newtonsoft.Json.xml
23
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\log4net.xml
24
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\NPOI.xml
25
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\bin\Debug\StackExchange.Redis.xml
26
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\obj\Debug\RMYY_CallCenter_Api.QuartzWorker.csproj.AssemblyReference.cache
27
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\obj\Debug\RMYY_CallCenter_Api.QuartzWorker.csproj.CoreCompileInputs.cache
28
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\obj\Debug\RMYY_CallCenter_Api.QuartzWorker.csproj.CopyComplete
29
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\obj\Debug\RMYY_CallCenter_Api.QuartzWorker.dll
30
-E:\work\五院\codes\RMYY_CallCenter_Api\RMYY_CallCenter_Api.QuartzWorker\obj\Debug\RMYY_CallCenter_Api.QuartzWorker.pdb

BIN
RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.dll


BIN
RMYY_CallCenter_Api.QuartzWorker/obj/Debug/RMYY_CallCenter_Api.QuartzWorker.pdb