Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyscode committed Apr 16, 2024
2 parents d6cabfa + 4b1b360 commit e324531
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 144 deletions.
2 changes: 0 additions & 2 deletions LogsByBrady.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogsByBrady", "LogsByBrady\LogsByBrady.csproj", "{EB8AFF0B-BCC4-44A0-8BE5-28F0A7D2BE4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{C9C433B9-891E-4F1F-8450-41BA1D19ABC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![NuGet Publish](https://github.com/bradyscode/LogsByBrady/actions/workflows/main.yaml/badge.svg)](https://github.com/bradyscode/LogsByBrady/actions/workflows/main.yaml)

# LogsByBrady
### Preview
LogsByBrady is a all-in-one logging framework that includes logging functionality for flat files in different formats. Future versions of LogsByBrady will include logging for other logging locations such as SQL Server.
Expand Down Expand Up @@ -43,4 +45,4 @@ builder.Services.AddBradysLogger(option =>
option.ConnectionString = "";
});
```
This will inject logger into the program using and automatically create a logs table in the database.
This will inject logger into the program using and automatically create a logs table in the database.
35 changes: 0 additions & 35 deletions WebApplication1/Controllers/WeatherForecastController.cs

This file was deleted.

29 changes: 0 additions & 29 deletions WebApplication1/Program.cs

This file was deleted.

41 changes: 0 additions & 41 deletions WebApplication1/Properties/launchSettings.json

This file was deleted.

13 changes: 0 additions & 13 deletions WebApplication1/WeatherForecast.cs

This file was deleted.

6 changes: 0 additions & 6 deletions WebApplication1/WebApplication1.http

This file was deleted.

8 changes: 0 additions & 8 deletions WebApplication1/appsettings.Development.json

This file was deleted.

9 changes: 0 additions & 9 deletions WebApplication1/appsettings.json

This file was deleted.

0 comments on commit e324531

Please sign in to comment.