common.logging 2.0.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/Common Logging 2.0.chm +0 -0
- data/docs/changelog.txt +107 -0
- data/docs/readme.txt +66 -0
- data/lib/license.txt +201 -0
- data/lib/net20/Common.Logging.EntLib.dll +0 -0
- data/lib/net20/Common.Logging.EntLib.pdb +0 -0
- data/lib/net20/Common.Logging.EntLib.xml +437 -0
- data/lib/net20/Common.Logging.EntLib41.dll +0 -0
- data/lib/net20/Common.Logging.EntLib41.pdb +0 -0
- data/lib/net20/Common.Logging.EntLib41.xml +438 -0
- data/lib/net20/Common.Logging.Log4Net.dll +0 -0
- data/lib/net20/Common.Logging.Log4Net.pdb +0 -0
- data/lib/net20/Common.Logging.Log4Net.xml +218 -0
- data/lib/net20/Common.Logging.Log4Net129.dll +0 -0
- data/lib/net20/Common.Logging.Log4Net129.pdb +0 -0
- data/lib/net20/Common.Logging.Log4Net129.xml +218 -0
- data/lib/net20/Common.Logging.NLog.dll +0 -0
- data/lib/net20/Common.Logging.NLog.pdb +0 -0
- data/lib/net20/Common.Logging.NLog.xml +187 -0
- data/lib/net20/Common.Logging.dll +0 -0
- data/lib/net20/Common.Logging.pdb +0 -0
- data/lib/net20/Common.Logging.xml +3094 -0
- metadata +88 -0
metadata
ADDED
@@ -0,0 +1,88 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: common.logging
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 2
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 0
|
10
|
+
version: 2.0.0.0
|
11
|
+
platform: ruby
|
12
|
+
authors:
|
13
|
+
- Aleksandar Seovic
|
14
|
+
- Mark Pollack
|
15
|
+
- Erich Eichinger
|
16
|
+
autorequire:
|
17
|
+
bindir: bin
|
18
|
+
cert_chain: []
|
19
|
+
|
20
|
+
date: 2010-08-31 00:00:00 +03:00
|
21
|
+
default_executable:
|
22
|
+
dependencies: []
|
23
|
+
|
24
|
+
description: Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
|
25
|
+
email: netcommon-developer@lists.sourceforge.net
|
26
|
+
executables: []
|
27
|
+
|
28
|
+
extensions: []
|
29
|
+
|
30
|
+
extra_rdoc_files: []
|
31
|
+
|
32
|
+
files:
|
33
|
+
- lib/license.txt
|
34
|
+
- lib/net20/Common.Logging.dll
|
35
|
+
- lib/net20/Common.Logging.EntLib.dll
|
36
|
+
- lib/net20/Common.Logging.EntLib.pdb
|
37
|
+
- lib/net20/Common.Logging.EntLib.xml
|
38
|
+
- lib/net20/Common.Logging.EntLib41.dll
|
39
|
+
- lib/net20/Common.Logging.EntLib41.pdb
|
40
|
+
- lib/net20/Common.Logging.EntLib41.xml
|
41
|
+
- lib/net20/Common.Logging.Log4Net.dll
|
42
|
+
- lib/net20/Common.Logging.Log4Net.pdb
|
43
|
+
- lib/net20/Common.Logging.Log4Net.xml
|
44
|
+
- lib/net20/Common.Logging.Log4Net129.dll
|
45
|
+
- lib/net20/Common.Logging.Log4Net129.pdb
|
46
|
+
- lib/net20/Common.Logging.Log4Net129.xml
|
47
|
+
- lib/net20/Common.Logging.NLog.dll
|
48
|
+
- lib/net20/Common.Logging.NLog.pdb
|
49
|
+
- lib/net20/Common.Logging.NLog.xml
|
50
|
+
- lib/net20/Common.Logging.pdb
|
51
|
+
- lib/net20/Common.Logging.xml
|
52
|
+
- docs/changelog.txt
|
53
|
+
- docs/Common Logging 2.0.chm
|
54
|
+
- docs/readme.txt
|
55
|
+
has_rdoc: true
|
56
|
+
homepage: http://netcommon.sourceforge.net/
|
57
|
+
licenses: []
|
58
|
+
|
59
|
+
post_install_message:
|
60
|
+
rdoc_options: []
|
61
|
+
|
62
|
+
require_paths:
|
63
|
+
- lib
|
64
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
66
|
+
requirements:
|
67
|
+
- - ">="
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
segments:
|
70
|
+
- 0
|
71
|
+
version: "0"
|
72
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ">="
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
segments:
|
78
|
+
- 0
|
79
|
+
version: "0"
|
80
|
+
requirements: []
|
81
|
+
|
82
|
+
rubyforge_project: common.logging
|
83
|
+
rubygems_version: 1.3.7
|
84
|
+
signing_key:
|
85
|
+
specification_version: 3
|
86
|
+
summary: Common Infrastructure Libraries for .NET - Logging
|
87
|
+
test_files: []
|
88
|
+
|