File: loglevels.h

package info (click to toggle)
rtpengine 13.5.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,680 kB
  • sloc: ansic: 86,786; perl: 59,543; python: 3,193; sh: 1,037; makefile: 687; asm: 211
file content (13 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
ll(core, "Everything that isn't part of another subsystem")
ll(spandsp, "Log messages generated by SpanDSP directly")
ll(ffmpeg, "Log messages generated by ffmpeg directly")
ll(transcoding, "Media and RTP transcoding")
ll(codec, "Codec negotiation")
ll(rtcp, "RTCP handling")
ll(ice, "ICE negotiation")
ll(crypto, "Negotiation of SRTP, crypto suites, DTLS, SDES")
ll(srtp, "SRTP encryption and decryption")
ll(internals, "Noisy low-level internals")
ll(http, "HTTP, HTTPS, Websockets")
ll(control, "Control protocols including SDP exchanges, CLI")
ll(dtx, "DTX timer/buffer")