PHP code example of djgadd / themosis-logger
1. Go to this page and download the library: Download djgadd/themosis-logger library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
djgadd / themosis-logger example snippets
Log::error('An error occurred', ['code' => 1, 'message' => 'Oops.']);