Laravel - Logging - Available Channel Drivers
Each log channel is powered by a "driver". The driver determines how and where the log message is actually recorded. The following log channel drivers are available in every Laravel application. An entry for most of these drivers is already present in your application's config/logging.php
configuration file, so be sure to review this file to become familiar with its contents:
Check out the documentation on advanced channel customization to learn more about themonolog
andcustom
drivers.