log4net 1.2.9
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/lib/LICENSE.txt +201 -0
- data/lib/NOTICE.txt +15 -0
- data/lib/README.txt +20 -0
- data/lib/log4net.dll +0 -0
- data/lib/log4net.xml +26204 -0
- metadata +77 -0
metadata
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: log4net
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 13
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 2
|
|
9
|
+
- 9
|
|
10
|
+
version: 1.2.9
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- Curt Arnold
|
|
14
|
+
- Nicko Cadell
|
|
15
|
+
- Niall Daley
|
|
16
|
+
- Gert Driesen
|
|
17
|
+
- Ron Grabowski
|
|
18
|
+
autorequire:
|
|
19
|
+
bindir: bin
|
|
20
|
+
cert_chain: []
|
|
21
|
+
|
|
22
|
+
date: 2010-07-15 00:00:00 -05:00
|
|
23
|
+
default_executable:
|
|
24
|
+
dependencies: []
|
|
25
|
+
|
|
26
|
+
description: |
|
|
27
|
+
log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the .NET runtime. We have kept the framework similar in spirit to the original log4j while taking advantage of new features in the .NET runtime.
|
|
28
|
+
|
|
29
|
+
email: log4net-user-subscribe@logging.apache.org
|
|
30
|
+
executables: []
|
|
31
|
+
|
|
32
|
+
extensions: []
|
|
33
|
+
|
|
34
|
+
extra_rdoc_files: []
|
|
35
|
+
|
|
36
|
+
files:
|
|
37
|
+
- lib/LICENSE.txt
|
|
38
|
+
- lib/log4net.dll
|
|
39
|
+
- lib/log4net.xml
|
|
40
|
+
- lib/NOTICE.txt
|
|
41
|
+
- lib/README.txt
|
|
42
|
+
has_rdoc: true
|
|
43
|
+
homepage: http://logging.apache.org/log4net
|
|
44
|
+
licenses: []
|
|
45
|
+
|
|
46
|
+
post_install_message:
|
|
47
|
+
rdoc_options: []
|
|
48
|
+
|
|
49
|
+
require_paths:
|
|
50
|
+
- lib
|
|
51
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
|
+
none: false
|
|
53
|
+
requirements:
|
|
54
|
+
- - ">="
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
hash: 3
|
|
57
|
+
segments:
|
|
58
|
+
- 0
|
|
59
|
+
version: "0"
|
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
|
+
none: false
|
|
62
|
+
requirements:
|
|
63
|
+
- - ">="
|
|
64
|
+
- !ruby/object:Gem::Version
|
|
65
|
+
hash: 3
|
|
66
|
+
segments:
|
|
67
|
+
- 0
|
|
68
|
+
version: "0"
|
|
69
|
+
requirements: []
|
|
70
|
+
|
|
71
|
+
rubyforge_project: log4net
|
|
72
|
+
rubygems_version: 1.3.7
|
|
73
|
+
signing_key:
|
|
74
|
+
specification_version: 3
|
|
75
|
+
summary: log4net - Logging for .NET
|
|
76
|
+
test_files: []
|
|
77
|
+
|