This repository has been archived by the owner on May 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LOG-15585 Replace legacy ingestion endpoint (#60)
- Loading branch information
1 parent
1523fd5
commit 7fe0607
Showing
15 changed files
with
150 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package > | ||
<metadata> | ||
<id>logentries.core</id> | ||
<version>2.8.3</version> | ||
<title>logentries.core</title> | ||
<authors>Logentries</authors> | ||
<owners>Logentries</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/rapid7/le_dotnet/</projectUrl> | ||
<description>Logentries logging library core</description> | ||
<releaseNotes>Switch ingestion endpoint from legacy deprecated one.</releaseNotes> | ||
<copyright>Copyright © 2020</copyright> | ||
<tags>logentries logging dotnet core</tags> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\LogentriesCore.dll" target="lib"></file> | ||
</files> | ||
</package> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.1.0" targetFramework="net40" /> | ||
<package id="NuGet.Build.Packaging" version="0.2.5-dev.8" targetFramework="net40" developmentDependency="true" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package > | ||
<metadata> | ||
<id>logentries.log4net</id> | ||
<version>2.8.3</version> | ||
<title>logentries.log4net</title> | ||
<authors>Logentries</authors> | ||
<owners>Logentries</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/rapid7/le_dotnet/</projectUrl> | ||
<description>Logentries logging library for log4net support.</description> | ||
<releaseNotes>Switch ingestion endpoint from legacy deprecated one.</releaseNotes> | ||
<copyright>Copyright © 2020</copyright> | ||
<tags>logentries logging dotnet log4net</tags> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\LogentriesLog4net.dll" target="lib"></file> | ||
</files> | ||
</package> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="log4net" version="2.0.3" targetFramework="net40" /> | ||
<package id="NuGet.Build.Packaging" version="0.2.5-dev.8" targetFramework="net40" developmentDependency="true" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package > | ||
<metadata> | ||
<id>logentries.nlog</id> | ||
<version>2.8.3</version> | ||
<title>logentries.nlog</title> | ||
<authors>Logentries</authors> | ||
<owners>Logentries</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/rapid7/le_dotnet/</projectUrl> | ||
<description>Logentries logging library support for NLog</description> | ||
<releaseNotes>Switch ingestion endpoint from legacy deprecated one.</releaseNotes> | ||
<copyright>Copyright © 2020</copyright> | ||
<tags>logentries logging dotnet nlog</tags> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\LogentriesNLog.dll" target="lib"></file> | ||
</files> | ||
</package> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="NLog" version="3.2.1" targetFramework="net40" /> | ||
<package id="NuGet.Build.Packaging" version="0.2.5-dev.8" targetFramework="net40" developmentDependency="true" /> | ||
</packages> |
Binary file not shown.