Skip to content

Commit f057df0

Browse files
authored
Update README.md
1 parent a6da948 commit f057df0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Simple rolling file logger for Microsoft.Extensions.Logging with no 3rd party de
33

44
Very similar implementation to other standard MS logging providers such as Console Logger in dotnet 5.
55

6-
## Features include
6+
## Features
77
- Text or Json output
88
- Rolling files
99
- Standard Microsoft.Extensions.Logging configuration (similar to Console logging, etc)
@@ -16,6 +16,9 @@ Very similar implementation to other standard MS logging providers such as Conso
1616
This project is very similar to nReco/logging with a few additions noteably logging scopes, json output, streamlined configuration, and abiltity to modify settings while running.
1717

1818
## Usage
19+
20+
Add the nuget package Bleess.Extensions.Logging.File
21+
1922
The log provider is configured just like any other Microsoft.Extensions.Logging providers. There are extensions methods on the ILogBuilder to add the provider.
2023

2124
When using Host.CreateDefaultBuilder you only need to call AddFile(), and the logger will be configured using configuration providers. There are also other overloads to configure the logger using options callbacks etc.

0 commit comments

Comments
 (0)