File: control

package info (click to toggle)
log4net 1.2.10%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 16,716 kB
  • ctags: 3,590
  • sloc: cs: 25,174; xml: 8,133; cpp: 91; makefile: 57; ansic: 7
file content (45 lines) | stat: -rw-r--r-- 2,217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: log4net
Section: libs
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Dylan R. E. Moonfire <debian@mfgames.com>, Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: cli-common-dev (>= 0.5.3), mono-devel (>= 2.4.2.3), sharutils
Standards-Version: 3.8.3
Homepage: http://logging.apache.org/log4net/
Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/log4net.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/log4net.git

Package: liblog4net1.2-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Replaces: liblog4net-cil
Description: highly configurable logging API for the CLI
 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
 Common Language Infrastructure (CLI). The framework is similar to the
 original log4j as possible while taking advantage of new features in the
 CLI runtime. For more information on log4net see the features document.
 .
 log4net is part of the Apache Logging Services project. The Logging
 Services project is intended to provide cross-language logging
 services for purposes of application debugging and auditing.
 .
 This package contains the log4net library itself

Package: liblog4net-cil-dev
Architecture: all
Depends: liblog4net1.2-cil (= ${binary:Version}), ${misc:Depends}
Replaces: liblog4net-cil, liblog4net1.2-cil (<< 1.2.10+dfsg-4)
Description: highly configurable logging API for the CLI
 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
 Common Language Infrastructure (CLI). The framework is similar to the
 original log4j as possible while taking advantage of new features in the
 CLI runtime. For more information on log4net see the features document.
 .
 log4net is part of the Apache Logging Services project. The Logging
 Services project is intended to provide cross-language logging
 services for purposes of application debugging and auditing.
 .
 This package contains development headers for the log4net library