github.com/pion/webrtc/v3@v3.2.24/examples/custom-logger/README.md (about)

     1  # custom-logger
     2  custom-logger is an example of how the Pion API provides an customizable
     3  logging API. By default all Pion projects log to stdout, but we also allow
     4  users to override this and process messages however they want.
     5  
     6  ## Instructions
     7  ### Download custom-logger
     8  ```
     9  export GO111MODULE=on
    10  go get github.com/pion/webrtc/v3/examples/custom-logger
    11  ```
    12  
    13  ### Run custom-logger
    14  `custom-logger`
    15  
    16  
    17  You should see messages from our customLogger, as two PeerConnections start a session