Quick Start Logging
Overview
Logging is the process of printing out run-time information to the console or to a file. In the context of Red5 Pro, logging occurs at the global server level and or the applicaiton level by using custom logback files. In this tutorial, we will be adding custom logging to our example application that we have been building throughout this series.