Core SDK Examples – Custom logger
The Custom logger example shows how to implement ILogger
to customize the handling of logs generated by the Red5 Pro Core SDK. It also implements a simplified custom video source similar to the one described in the custom source example.
CustomFileLogger
implements a logger that will put received messages in the stdout and output file. The object of this class can be used to set up a default logger for all SDK objects using SetDefaultLogger
or for a separate client.
See the Basic Integration example for project setup.