Skip to content

Commit

Permalink
NuGet v1.1.0, fixes and enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristn committed Jul 30, 2019
1 parent ea2a31a commit 1c06c43
Show file tree
Hide file tree
Showing 166 changed files with 2,328 additions and 440 deletions.
Binary file modified .vs/SyslogLogging/v15/.suo
Binary file not shown.
Binary file modified .vs/SyslogLogging/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file modified .vs/SyslogLogging/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified .vs/SyslogLogging/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
435 changes: 305 additions & 130 deletions LoggingModule/LoggingModule.cs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions LoggingModule/LoggingModule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.12</Version>
<Version>1.1.0</Version>
<Authors>Joel Christner</Authors>
<PackageId>SyslogLogging</PackageId>
<Product>SyslogLogging</Product>
<Description>Simple C# class library for logging to syslog and to the console</Description>
<Copyright>(c)2019 Joel Christner</Copyright>
<PackageTags>syslog logging console</PackageTags>
<PackageTags>syslog logging console log logger udp event</PackageTags>
<PackageProjectUrl>https://github.com/jchristn/LoggingModule</PackageProjectUrl>
<RepositoryUrl>https://github.com/jchristn/LoggingModule</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageLicenseUrl>https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT</PackageLicenseUrl>
<PackageReleaseNotes>Fixed blocking issue on console send</PackageReleaseNotes>
<PackageReleaseNotes>Significant simplification of both constructors and methods.</PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/jchristn/loggingmodule/master/assets/logo.ico</PackageIconUrl>
</PropertyGroup>

Expand Down
Binary file added LoggingModule/bin/Debug/SyslogLogging.1.1.0.nupkg
Binary file not shown.
Binary file modified LoggingModule/bin/Debug/net452/LoggingModule.dll
Binary file not shown.
Binary file modified LoggingModule/bin/Debug/net452/LoggingModule.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"LoggingModule/1.0.12": {
"LoggingModule/1.1.0": {
"dependencies": {
"NETStandard.Library": "2.0.3"
},
Expand All @@ -24,7 +24,7 @@
}
},
"libraries": {
"LoggingModule/1.0.12": {
"LoggingModule/1.1.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified LoggingModule/bin/Debug/netstandard2.0/LoggingModule.dll
Binary file not shown.
Binary file modified LoggingModule/bin/Debug/netstandard2.0/LoggingModule.pdb
Binary file not shown.
Binary file not shown.
Binary file modified LoggingModule/bin/Release/net452/LoggingModule.dll
Binary file not shown.
Binary file modified LoggingModule/bin/Release/net452/LoggingModule.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"LoggingModule/1.0.12": {
"LoggingModule/1.1.0": {
"dependencies": {
"NETStandard.Library": "2.0.3"
},
Expand All @@ -24,7 +24,7 @@
}
},
"libraries": {
"LoggingModule/1.0.12": {
"LoggingModule/1.1.0": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified LoggingModule/bin/Release/netstandard2.0/LoggingModule.dll
Binary file not shown.
Binary file modified LoggingModule/bin/Release/netstandard2.0/LoggingModule.pdb
Binary file not shown.
26 changes: 26 additions & 0 deletions LoggingModule/obj/Debug/SyslogLogging.1.1.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SyslogLogging</id>
<version>1.1.0</version>
<authors>Joel Christner</authors>
<owners>Joel Christner</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>https://github.com/jchristn/LoggingModule</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jchristn/loggingmodule/master/assets/logo.ico</iconUrl>
<description>Simple C# class library for logging to syslog and to the console</description>
<releaseNotes>Significant simplification of both constructors and methods.</releaseNotes>
<copyright>(c)2019 Joel Christner</copyright>
<tags>syslog logging console</tags>
<repository type="Github" url="https://github.com/jchristn/LoggingModule" />
<dependencies>
<group targetFramework=".NETFramework4.5.2" />
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<files>
<file src="C:\Code\Misc\SyslogLogging\LoggingModule\bin\Debug\net452\LoggingModule.dll" target="lib\net452\LoggingModule.dll" />
<file src="C:\Code\Misc\SyslogLogging\LoggingModule\bin\Debug\netstandard2.0\LoggingModule.dll" target="lib\netstandard2.0\LoggingModule.dll" />
</files>
</package>
6 changes: 3 additions & 3 deletions LoggingModule/obj/Debug/net452/LoggingModule.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# class library for logging to syslog and to the console")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.12.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.12")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
[assembly: System.Reflection.AssemblyProductAttribute("SyslogLogging")]
[assembly: System.Reflection.AssemblyTitleAttribute("LoggingModule")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.12.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
df2cec30eebbc3e89ad52af61e62b4a5005f3bbf
ec16aa033b148e2a4aa8c917069849ab3488f285
Binary file modified LoggingModule/obj/Debug/net452/LoggingModule.assets.cache
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ C:\Code\Misc\SyslogLoggingRetarget\LoggingModule\obj\Debug\net452\LoggingModule.
C:\Code\Misc\SyslogLoggingRetarget\LoggingModule\obj\Debug\net452\LoggingModule.AssemblyInfo.cs
C:\Code\Misc\SyslogLoggingRetarget\LoggingModule\obj\Debug\net452\LoggingModule.dll
C:\Code\Misc\SyslogLoggingRetarget\LoggingModule\obj\Debug\net452\LoggingModule.pdb
C:\code\Misc\SyslogLogging\LoggingModule\bin\Debug\net452\LoggingModule.dll
C:\code\Misc\SyslogLogging\LoggingModule\bin\Debug\net452\LoggingModule.pdb
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.csprojAssemblyReference.cache
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.csproj.CoreCompileInputs.cache
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.AssemblyInfoInputs.cache
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.AssemblyInfo.cs
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.dll
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.pdb
C:\Code\Misc\SyslogLogging\LoggingModule\bin\Debug\net452\LoggingModule.dll
C:\Code\Misc\SyslogLogging\LoggingModule\bin\Debug\net452\LoggingModule.pdb
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.csproj.CoreCompileInputs.cache
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.AssemblyInfoInputs.cache
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.AssemblyInfo.cs
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.dll
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.pdb
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\net452\LoggingModule.csprojAssemblyReference.cache
Binary file modified LoggingModule/obj/Debug/net452/LoggingModule.dll
Binary file not shown.
Binary file modified LoggingModule/obj/Debug/net452/LoggingModule.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# class library for logging to syslog and to the console")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.12.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.12")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
[assembly: System.Reflection.AssemblyProductAttribute("SyslogLogging")]
[assembly: System.Reflection.AssemblyTitleAttribute("LoggingModule")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.12.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
df2cec30eebbc3e89ad52af61e62b4a5005f3bbf
ec16aa033b148e2a4aa8c917069849ab3488f285
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ C:\Code\Misc\SyslogLoggingRetarget\LoggingModule\obj\Debug\netstandard2.0\Loggin
C:\Code\Misc\SyslogLoggingRetarget\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.AssemblyInfo.cs
C:\Code\Misc\SyslogLoggingRetarget\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.dll
C:\Code\Misc\SyslogLoggingRetarget\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.pdb
C:\code\Misc\SyslogLogging\LoggingModule\bin\Debug\netstandard2.0\LoggingModule.deps.json
C:\code\Misc\SyslogLogging\LoggingModule\bin\Debug\netstandard2.0\LoggingModule.dll
C:\code\Misc\SyslogLogging\LoggingModule\bin\Debug\netstandard2.0\LoggingModule.pdb
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.csprojAssemblyReference.cache
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.csproj.CoreCompileInputs.cache
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.AssemblyInfoInputs.cache
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.AssemblyInfo.cs
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.dll
C:\code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.pdb
C:\Code\Misc\SyslogLogging\LoggingModule\bin\Debug\netstandard2.0\LoggingModule.deps.json
C:\Code\Misc\SyslogLogging\LoggingModule\bin\Debug\netstandard2.0\LoggingModule.dll
C:\Code\Misc\SyslogLogging\LoggingModule\bin\Debug\netstandard2.0\LoggingModule.pdb
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.csproj.CoreCompileInputs.cache
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.AssemblyInfoInputs.cache
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.AssemblyInfo.cs
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.dll
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.pdb
C:\Code\Misc\SyslogLogging\LoggingModule\obj\Debug\netstandard2.0\LoggingModule.csprojAssemblyReference.cache
Binary file modified LoggingModule/obj/Debug/netstandard2.0/LoggingModule.dll
Binary file not shown.
Binary file modified LoggingModule/obj/Debug/netstandard2.0/LoggingModule.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion LoggingModule/obj/LoggingModule.csproj.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 1,
"dgSpecHash": "4kG2vRy0PedB2FtziSiw5fggvAb9dovR4AAWTchI+ioQz4vg4VtQ2UC1ytukyv0JFjL2+ltyCikSdip8DwN5uQ==",
"dgSpecHash": "no6vbWDOU5EXc3c1NUJK11+w507EHw8yIVN5i9+/6lCXYqXIzrO1nbfawsuKO0WjU4q8jXU6iLXLHHyxfxAaRQ==",
"success": true
}
2 changes: 1 addition & 1 deletion LoggingModule/obj/LoggingModule.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\code\misc\SyslogLogging\LoggingModule\obj\project.assets.json</ProjectAssetsFile>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Code\Misc\SyslogLogging\LoggingModule\obj\project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\joelc\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
Expand Down
26 changes: 26 additions & 0 deletions LoggingModule/obj/Release/SyslogLogging.1.1.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SyslogLogging</id>
<version>1.1.0</version>
<authors>Joel Christner</authors>
<owners>Joel Christner</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>https://github.com/jchristn/LoggingModule</projectUrl>
<iconUrl>https://raw.githubusercontent.com/jchristn/loggingmodule/master/assets/logo.ico</iconUrl>
<description>Simple C# class library for logging to syslog and to the console</description>
<releaseNotes>Significant simplification of both constructors and methods.</releaseNotes>
<copyright>(c)2019 Joel Christner</copyright>
<tags>syslog logging console log logger udp event</tags>
<repository type="Github" url="https://github.com/jchristn/LoggingModule" />
<dependencies>
<group targetFramework=".NETFramework4.5.2" />
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<files>
<file src="C:\Code\Misc\SyslogLogging\LoggingModule\bin\Release\net452\LoggingModule.dll" target="lib\net452\LoggingModule.dll" />
<file src="C:\Code\Misc\SyslogLogging\LoggingModule\bin\Release\netstandard2.0\LoggingModule.dll" target="lib\netstandard2.0\LoggingModule.dll" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# class library for logging to syslog and to the console")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.12.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.12")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
[assembly: System.Reflection.AssemblyProductAttribute("SyslogLogging")]
[assembly: System.Reflection.AssemblyTitleAttribute("LoggingModule")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.12.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
ce643718d5485f19445992696b91814cca07584f
5abaa4a4cef9baa1a769b9037f11e3d9d9b4b450
Binary file modified LoggingModule/obj/Release/net452/LoggingModule.assets.cache
Binary file not shown.
Binary file modified LoggingModule/obj/Release/net452/LoggingModule.dll
Binary file not shown.
Binary file modified LoggingModule/obj/Release/net452/LoggingModule.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("(c)2019 Joel Christner")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Simple C# class library for logging to syslog and to the console")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.12.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.12")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.1.0")]
[assembly: System.Reflection.AssemblyProductAttribute("SyslogLogging")]
[assembly: System.Reflection.AssemblyTitleAttribute("LoggingModule")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.12.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
ce643718d5485f19445992696b91814cca07584f
5abaa4a4cef9baa1a769b9037f11e3d9d9b4b450
Binary file not shown.
Binary file modified LoggingModule/obj/Release/netstandard2.0/LoggingModule.dll
Binary file not shown.
Binary file modified LoggingModule/obj/Release/netstandard2.0/LoggingModule.pdb
Binary file not shown.
8 changes: 4 additions & 4 deletions LoggingModule/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,13 @@
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
},
"project": {
"version": "1.0.12",
"version": "1.1.0",
"restore": {
"projectUniqueName": "C:\\code\\misc\\SyslogLogging\\LoggingModule\\LoggingModule.csproj",
"projectUniqueName": "C:\\Code\\Misc\\SyslogLogging\\LoggingModule\\LoggingModule.csproj",
"projectName": "SyslogLogging",
"projectPath": "C:\\code\\misc\\SyslogLogging\\LoggingModule\\LoggingModule.csproj",
"projectPath": "C:\\Code\\Misc\\SyslogLogging\\LoggingModule\\LoggingModule.csproj",
"packagesPath": "C:\\Users\\joelc\\.nuget\\packages\\",
"outputPath": "C:\\code\\misc\\SyslogLogging\\LoggingModule\\obj\\",
"outputPath": "C:\\Code\\Misc\\SyslogLogging\\LoggingModule\\obj\\",
"projectStyle": "PackageReference",
"crossTargeting": true,
"fallbackFolders": [
Expand Down
50 changes: 31 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,40 @@

Simple C# class library for logging to syslog and console. For a sample app please refer to the included test project.

## help or feedback
first things first - do you need help or have feedback? Contact me at joel at maraudersoftware.com dot com or file an issue here!
## Help or Feedback

First things first - do you need help or have feedback? File an issue here! We'd love to hear from you.

## New in v1.1.x

- Simplified constructors
- Simplified methods
- Added IDisposable support
- Cleanup and fixes, minor refactoring

## It's Really Easy

## it's easy
```
using SyslogLogging;
LoggingModule logging = new LoggingModule(
"localhost", // hostname of the syslog server
514, // syslog server port
true, // also log to console
LoggingModule.Severity.Debug, // minimum severity to send
false, // use async logging (start a task)
true, // include timestamp
true, // include severity
true, // include hostname
true, // include thread ID
true); // indent by stack depth
logging.Log(Severity.Debug, "This is a debug message!");
logging.LogException("Program", "Main", e);
LoggingModule logging = new LoggingModule("127.0.0.1", 514);
logging.ConsoleEnable = true;
logging.Debug("This is a debug message!");
logging.Exception("Program", "Main", e);
```

## running under Mono
Should work well in Mono environments.
## Supported Environments

Tested and works well in Windows in .NET Framework 4.5.2 or later or .NET Core.

Tested and works well in Linux and OSX environments, too.

Should work well in Mono environments. You may want to use the Mono Ahead-of-time compiler (AOT).

## Version History

v1.0.x

- Initial release
- Bugfixes and stability
12 changes: 6 additions & 6 deletions SyslogLogging.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{321D7704-D1C9-4B96-8B04-6DECDF1B781B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoggingModule", "LoggingModule\LoggingModule.csproj", "{09DD98D7-9471-4FF6-BCCD-06DC89B71CFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggingModule", "LoggingModule\LoggingModule.csproj", "{09DD98D7-9471-4FF6-BCCD-06DC89B71CFF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{B103CB2D-5B4B-4D4C-BB76-B0B440EC0E54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{321D7704-D1C9-4B96-8B04-6DECDF1B781B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{321D7704-D1C9-4B96-8B04-6DECDF1B781B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{321D7704-D1C9-4B96-8B04-6DECDF1B781B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{321D7704-D1C9-4B96-8B04-6DECDF1B781B}.Release|Any CPU.Build.0 = Release|Any CPU
{09DD98D7-9471-4FF6-BCCD-06DC89B71CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09DD98D7-9471-4FF6-BCCD-06DC89B71CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09DD98D7-9471-4FF6-BCCD-06DC89B71CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09DD98D7-9471-4FF6-BCCD-06DC89B71CFF}.Release|Any CPU.Build.0 = Release|Any CPU
{B103CB2D-5B4B-4D4C-BB76-B0B440EC0E54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B103CB2D-5B4B-4D4C-BB76-B0B440EC0E54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B103CB2D-5B4B-4D4C-BB76-B0B440EC0E54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B103CB2D-5B4B-4D4C-BB76-B0B440EC0E54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 0 additions & 6 deletions Test/App.config

This file was deleted.

Loading

0 comments on commit 1c06c43

Please sign in to comment.