Download the PHP package customlogcreator/customlogging without Composer
On this page you can find all versions of the php package customlogcreator/customlogging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download customlogcreator/customlogging
More information about customlogcreator/customlogging
Files in customlogcreator/customlogging
Package customlogging
Short Description The Laravel Custom Logging Package is a package that enhances your Laravel application's logging capabilities. It provides options to create custom log handlers, organize log files into folders, and upload logs to an Amazon S3 bucket.
License MIT
Homepage https://github.com/customlogcreator/customlogging
Informations about the package customlogging
Laravel Custom Logging Package
Documentation, Installation, and Usage Instructions
Installation
Via Composer
added in providers
Usage Instructions
Configuration
In the custom-logging.php configuration file, you can customize the behavior of the package by modifying the provided configuration array. Here are the configuration options:
-
namespace: The namespace where custom log handlers and formatters are located.
-
is_folder: Indicates whether a folder structure should be used for organizing log files.
-
folder_name: The name of the folder where log files will be stored when 'is_folder' is set to true.
-
path_name: The path name where log files will be stored when 'is_folder' is set to false.
-
is_upload_s3_bucket: Indicates whether log files should be uploaded to an Amazon S3 bucket.
- aws_destination_path: The destination path in the S3 bucket where log files should be uploaded. This is applicable only when 'is_upload_s3_bucket' is set to true.