Download the PHP package american-technologies/laravel-console-logger without Composer
On this page you can find all versions of the php package american-technologies/laravel-console-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download american-technologies/laravel-console-logger
More information about american-technologies/laravel-console-logger
Files in american-technologies/laravel-console-logger
Download american-technologies/laravel-console-logger
More information about american-technologies/laravel-console-logger
Files in american-technologies/laravel-console-logger
Vendor american-technologies
Package laravel-console-logger
Short Description A logging bundle that allows you to write to Laravel logs & log to the console
License MIT
Package laravel-console-logger
Short Description A logging bundle that allows you to write to Laravel logs & log to the console
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-console-logger
AmTech Laravel Console Logger
The AmTech Console Logger is an addon to Laravel's log system that auto logs to whatever log system is setup and also logs to the terminal window with color coding depending on log type.
Installation
Use the Composer to install into Laravel project.
Usage
Options
Option | Type | Required | Description |
---|---|---|---|
message |
string |
yes | Message you want to log |
type |
string |
yes | Type of log (info, success, warning, error) |
data |
array|object |
no | Array of data (will not be logged to console) |
consoleOnly |
bool |
no | Log to console only versus log file |
License
All versions of laravel-console-logger with dependencies
PHP Build Version
Package Version
The package american-technologies/laravel-console-logger contains the following files
Loading the files please wait ....