nekonomokochan / php-json-logger

LoggingLibrary for PHP. Output by JSON Format
MIT License
10 stars 4 forks source link

extends Monolog #59

Closed naoki-kobayashi-sms closed 6 years ago

naoki-kobayashi-sms commented 6 years ago

Problem

An uneasy to use in Laravel applications.

Proposal for solution

extends Monolog

keitakn commented 6 years ago

@naoki-kobayashi-sms

Thank you for telling me the problem.

I will restructure Nekonomokochan\Php Json Logger\ Logger as a class that extend Monolog.

But this is an incompatible change.

So I will upload major version of package.

keitakn commented 6 years ago

@naoki-kobayashi-sms

I responded to this issue.

https://github.com/nekonomokochan/php-json-logger/pull/60

You can install this version from https://packagist.org/packages/nekonomokochan/php-json-logger .

When you receive a reply from me, I will publish a new version of Package.

naoki-kobayashi-sms commented 6 years ago

Awsome! I could used this one very easy in my Laravel application. Thanks!

keitakn commented 6 years ago

@naoki-kobayashi-sms

Thanks for the reply.

I will merge my PR and publish a new version of the package.

Thanks.