Logger plugins available out of the box. More...
Topics | |
Logger API | |
Logger API (aka, how to write your own logger plugin) | |
Files | |
file | janus_jsonlog.c |
Janus JSON logger plugin. | |
Logger plugins available out of the box.
In order to showcase how different plugins can handle log lines originated by the Janus core or any of its plugins, a sample plugin implementation is provided out of the box. The API for writing a new logger plugin is specified in the Logger API section.