Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilliams0305 authored Nov 6, 2023
1 parent e8bb5d0 commit f5e8b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ So you have choices; create a single logger for your entire application, or crea
can send data to multiple sinks or a single sink.

## Logger
Once configured the builder will return a Logger interface.
The logger provides you with several logging functions,
and the ability to switch log levels at runtime.

```go
type Logger interface {
Expand Down

0 comments on commit f5e8b58

Please sign in to comment.