Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sentryco/Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed May 22, 2024
2 parents 979e3c9 + f640ec4 commit e2e9ed1
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 @@ -41,10 +41,9 @@ Logger.mode = .everything // .nothing, .essential
Logger.setup(config: .plain, mode: .everything, type: .console)
```

> **Warning**
> [!NOTE]
> Since iOS14+ Target apples own Logger class, write: `os.Logger`

### Add custom log end-point like GA or Firebase crashalytics
```swift
let onLog: LogType.OnLog = { msg, level, _ in
Expand Down

0 comments on commit e2e9ed1

Please sign in to comment.