Skip to content

Commit

Permalink
Merge pull request #1 from bdemirpolat/main
Browse files Browse the repository at this point in the history
fix README.md typo
  • Loading branch information
ermanimer authored Jun 9, 2021
2 parents b1351c5 + d5be4cd commit 4b253f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ l.SetTimeFormat(time.RFC3339Nano)
# Set Prefixes
```go
l.SetDebugPrefix("DEB")
l.SetDebugPrefix("INF")
l.SetDebugPrefix("WAR")
l.SetDebugPrefix("ERR")
l.SetDebugPrefix("FAT")
l.SetInfoPrefix("INF")
l.SetWarningPrefix("WAR")
l.SetErrorPrefix("ERR")
l.SetFatalPrefix("FAT")
```

# Set Logging Level
Expand Down

0 comments on commit 4b253f7

Please sign in to comment.