|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <PackageId>log4net</PackageId> |
4 | | - <Version>3.0.0</Version> |
5 | | - <PackageVersion>$(Version)</PackageVersion> |
6 | | - <Title>Apache log4net</Title> |
7 | | - <Product>Apache log4net</Product> |
8 | | - <Description> |
9 | | - log4net is a tool to help the programmer output log statements to a variety of output targets. |
10 | | - In case of problems with an application, it is helpful to enable logging so that the problem |
11 | | - can be located. With log4net it is possible to enable logging at runtime without modifying the |
12 | | - application binary. The log4net package is designed so that log statements can remain in |
13 | | - shipped code without incurring a high performance cost. It follows that the speed of logging |
14 | | - (or rather not logging) is crucial. |
| 2 | + <PropertyGroup> |
| 3 | + <PackageId>log4net</PackageId> |
| 4 | + <Title>Apache log4net</Title> |
| 5 | + <Product>Apache log4net</Product> |
| 6 | + <Description> |
| 7 | + log4net is a tool to help the programmer output log statements to a variety of output targets. |
| 8 | + In case of problems with an application, it is helpful to enable logging so that the problem |
| 9 | + can be located. With log4net it is possible to enable logging at runtime without modifying the |
| 10 | + application binary. The log4net package is designed so that log statements can remain in |
| 11 | + shipped code without incurring a high performance cost. It follows that the speed of logging |
| 12 | + (or rather not logging) is crucial. |
15 | 13 |
|
16 | | - At the same time, log output can be so voluminous that it quickly becomes overwhelming. |
17 | | - One of the distinctive features of log4net is the notion of hierarchical loggers. |
18 | | - Using these loggers it is possible to selectively control which log statements are output |
19 | | - at arbitrary granularity. |
| 14 | + At the same time, log output can be so voluminous that it quickly becomes overwhelming. |
| 15 | + One of the distinctive features of log4net is the notion of hierarchical loggers. |
| 16 | + Using these loggers it is possible to selectively control which log statements are output |
| 17 | + at arbitrary granularity. |
20 | 18 |
|
21 | 19 | log4net is designed with two distinct goals in mind: speed and flexibility |
22 | 20 | </Description> |
|
41 | 39 | <Authors>The Apache Software Foundation</Authors> |
42 | 40 | <Copyright>Copyright 2004-2024 The Apache Software Foundation</Copyright> |
43 | 41 | <DevelopmentDependency>false</DevelopmentDependency> |
44 | | - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 42 | + <IsPackable>true</IsPackable> |
| 43 | + <GeneratePackageOnBuild>$(GeneratePackages)</GeneratePackageOnBuild> |
45 | 44 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
46 | 45 | <PackageProjectUrl>https://logging.apache.org/log4net/</PackageProjectUrl> |
47 | 46 | <PackageIcon>package-icon.png</PackageIcon> |
|
0 commit comments