Fork me on GitHub
Loading...
Searching...
No Matches
Topics | Files
Loggers

Logger plugins available out of the box. More...

Collaboration diagram for Loggers:

Topics

 Logger API
 Logger API (aka, how to write your own logger plugin)
 

Files

file  janus_jsonlog.c
 Janus JSON logger plugin.
 

Detailed Description

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.