dkx/nette-gcloud-logging

This package is abandoned and no longer maintained. No replacement package was suggested.

Google cloud logging integration for Nette DI

0.0.1 2020-01-21 20:19 UTC

This package is auto-updated.

Last update: 2024-01-22 05:17:20 UTC


README

Google cloud logging integration for Nette DI

Installation

$ composer require dkx/nette-gcloud
$ composer require dkx/nette-gcloud-logging

Usage

extensions:
    gcloud: DKX\NetteGCloud\DI\GCloudExtension
    gcloud.logging: DKX\NetteGCloudLogging\DI\GCloudLoggingExtension

Now you'll be able to simply inject the Google\Cloud\Logging\LoggingClient.