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 32b8aa7 commit a4cdb0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ logger.Information("Information Message", nil)
logger.Warn("Warn Message", nil)
logger.Error("Error Message", errors.New("ERROR"), nil)
logger.Fatal("Fatal Message", errors.New("FATAL"), nil)

```
## Table of Contents
- [Configuration](#Configuration)
- [Logger](#Logger)
- [Writers](#Writers)

```
# Configuration
`golog` requires configuration, to faciliate this the builder pattern is used.
The golog configuration API was designed to ensure consumers fall into the pit of success.
Expand Down

0 comments on commit a4cdb0b

Please sign in to comment.