Skip to content

Commit

Permalink
Add internal section link to README.md (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored and tomerd committed May 6, 2019
1 parent ea3eea9 commit f4240bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ logger.info("Hello World!")
LoggingSystem.bootstrap(StreamLogHandler.standardError)
```

`StreamLogHandler` is primarily a convenience only and does not provide any substantial customization. Library maintainers who aim to build their own logging backends for integration and consumption should implement the `LogHandler` protocol directly as laid out in the "On the implementation of a logging backend" section.
`StreamLogHandler` is primarily a convenience only and does not provide any substantial customization. Library maintainers who aim to build their own logging backends for integration and consumption should implement the `LogHandler` protocol directly as laid out in [the "On the implementation of a logging backend" section](#on-the-implementation-of-a-logging-backend-a-loghandler).

For further information, please check the [API documentation][api-docs].

Expand Down

0 comments on commit f4240bf

Please sign in to comment.