2017 © Pedro Peláez
 

library app-monolog

Integration of the monolog/monolog package into weew/app package.

image

weew/app-monolog

Integration of the monolog/monolog package into weew/app package.

  • Tuesday, December 20, 2016
  • by weew
  • Repository
  • 1 Watchers
  • 0 Stars
  • 69 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 0 % Grown

The README.md

App monolog provider

Build Status Code Quality Test Coverage Version Licence, (*1)

Table of contents

Installation

composer require weew/app-monolog, (*2)

Introduction

This package integrates the monolog/monolog library into the weew/php-app package., (*3)

Usage

To make monolog available inside the application, simply register MonologProvider on the kernel., (*4)

$app->getKernel()->addProviders([
    MonologProvider::class
]);

You can retrieve a specific logger by the channel name:, (*5)

$channelManager = $app->getContainer()->get(IMonologChannelManager::class);
$channelManager->getLogger('config_name');

Example config

This is how your configuration might look like:, (*6)

monolog:
  channels:

    default:
      log_file_path: /var/logs/default.log
      log_level: debug

    error:
      log_file_path: /var/logs/error.log
      log_level: debug

The Versions

20/12 2016

dev-master

9999999-dev

Integration of the monolog/monolog package into weew/app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

20/12 2016

v1.12.0

1.12.0.0

Integration of the monolog/monolog package into weew/app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

19/12 2016

v1.11.0

1.11.0.0

Integration of the monolog/monolog package into weew/app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

21/07 2016

v1.10.1

1.10.1.0

Integration of the monolog/monolog package into weew/app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

09/06 2016

v1.10.0

1.10.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

14/04 2016

v1.9.0

1.9.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

31/03 2016

v1.8.0

1.8.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

30/03 2016

v1.7.0

1.7.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

29/03 2016

v1.6.1

1.6.1.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

29/03 2016

v1.6.0

1.6.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

18/03 2016

v1.5.1

1.5.1.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

15/03 2016

v1.5.0

1.5.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

11/03 2016

v1.4.0

1.4.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

08/03 2016

v1.3.0

1.3.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

08/03 2016

v1.2.0

1.2.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

07/03 2016

v1.1.1

1.1.1.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

07/03 2016

v1.1.0

1.1.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer

07/03 2016

1.0.0

1.0.0.0

Integration of the monolog/monolog package into weew/php-app package.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxim Kott
by Lukas Angerer