2017 © Pedro Peláez
 

library laravel-logger-provider

A laravel service provider for logging.

image

triadev/laravel-logger-provider

A laravel service provider for logging.

  • Thursday, May 10, 2018
  • by triadev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 186 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

LaravelLoggerProvider

Software license ![Latest stable][ico-version-stable] Monthly installs ![Travis][ico-travis], (*1)

A laravel and lumen service provider for logging., (*2)

Main features

  • Stream
  • Logstash

Installation

Composer

composer require triadev/laravel-logger-provider, (*3)

Application

Register the service provider in the config/app.php (Laravel) or in the bootstrap/app.php (Lumen)., (*4)

'providers' => [
    \Triadev\Logger\Provider\LoggerServiceProvider::class
]

Once installed you can now publish your config file and set your correct configuration for using the package., (*5)

php artisan vendor:publish --provider="Triadev\Logger\Provider\LoggerServiceProvider" --tag="config"

This will create a file config/sc-logger.php., (*6)

Configuration

Key Value Description
LOG_TYPE STRING stream or logstash
LOG_STREAM STRING php://stdout, ...
LOG_LEVEL STRING debug,error, ...

Reporting Issues

If you do find an issue, please feel free to report it with GitHub's bug tracker for this project., (*7)

Alternatively, fork the project and make a pull request. :), (*8)

Other

Author

License

The code for LaravelLoggerProvider is distributed under the terms of the MIT license (see LICENSE)., (*9)

The Versions

10/05 2018

dev-master

9999999-dev

A laravel service provider for logging.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher Lorke

laravel lumen monolog

10/05 2018

v1.2.2

1.2.2.0

A laravel service provider for logging.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher Lorke

laravel lumen monolog

03/10 2017

v1.2.1

1.2.1.0

A laravel service provider for logging.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher Lorke

laravel lumen monolog

01/08 2017

v1.2.0

1.2.0.0

A laravel service provider for logging.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher Lorke

laravel lumen monolog

28/07 2017

v1.1.2

1.1.2.0

A laravel service provider for logging.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher Lorke

laravel lumen monolog

18/06 2017

v1.1.1

1.1.1.0

A laravel service provider for logging.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher Lorke

laravel lumen monolog

18/06 2017

v1.1.0

1.1.0.0

A laravel service provider for logging.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christopher Lorke

laravel lumen monolog

04/05 2017

v0.0.1

0.0.1.0

A laravel service provider for logging.

  Sources   Download

MIT

The Requires

 

by Christopher Lorke

laravel lumen monolog

04/05 2017

v1.0.0

1.0.0.0

A laravel service provider for logging.

  Sources   Download

MIT

The Requires

 

by Christopher Lorke

laravel lumen monolog