Files
webrtc/examples/custom-logger/README.md
Sean DuBois 50301ea73c Update docs to use go install
`go get` is not a supported method to install binaries anymore
2023-09-05 13:17:23 -04:00

17 lines
473 B
Markdown

# custom-logger
custom-logger is an example of how the Pion API provides an customizable
logging API. By default all Pion projects log to stdout, but we also allow
users to override this and process messages however they want.
## Instructions
### Download custom-logger
```
go install github.com/pion/webrtc/v4/examples/custom-logger@latest
```
### Run custom-logger
`custom-logger`
You should see messages from our customLogger, as two PeerConnections start a session