Skip to content

Commit c3f6ee6

Browse files
minor changes
1 parent 2952f88 commit c3f6ee6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# eazy-logger
2-
Logging is a very critical and essential part of any software. This is why easy-logger is here to make log integration much easier.
2+
Logging is an important part of modern application development, regardless of the platform targeted. This is why easy-logger is here to make log integration much easier.
33
This library aims to provide easy logging in .netcore web application.
44

55
![](https://vistr.dev/badge?repo=mkojoa.eazy-logge&color=0058AD)
@@ -12,9 +12,12 @@ This library aims to provide easy logging in .netcore web application.
1212

1313
## Get Started
1414

15+
#### Installation (Not Yet)
16+
- Install-Package eazy-logger
1517
#### eazy-logger
16-
Sometimes you may wish to log a message to a channel.
17-
You may use the channel property on the LoggerOption to enable or disable and log to any channel defined. ([appsettings])
18+
eazy-logger is based on `channels`. Each channel represents a specific way of writing application logs information
19+
Use the channel property on the LoggerOption to enable or disable and log
20+
to any channel defined here - [appsettings]
1821

1922
###### Note :
2023
- By default File logging is set to `true` with path `Logs/logs.txt`.

0 commit comments

Comments
 (0)