2017 © Pedro Peláez
 

library stridelogger

This is a very simple log handler for monolog to send a message to stride

image

comes/stridelogger

This is a very simple log handler for monolog to send a message to stride

  • Thursday, July 26, 2018
  • by comes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LICENSE

Do what the fuck you want to do with this stupid peace of shit, (*1)

Description

can be used in laravel as a log endpoint. you have to edit your config/logging.php config file., (*2)

    'stride' => [
        'driver' => 'monolog',
        'level' => 'debug',
        'handler' => \Comes\Logging\StrideLogHandler::class,
        'handler_with' => [
            'token' => env('STRIDE_TOKEN','<APP TOKEN FOR STRIDE>'),
            'room' => env('STRIDE_ROOM_ID', '<STRIDE CONVERSATION ID>'),
            'cloudid' => env('STRIDE_CLOUD_ID', '<STRIDE CLOUD ID>'),
            'name' => env('APP_NAME', '<APP IDENTIFIER IN MESSAGE>'),
            'level' => Monolog\Logger::DEBUG
        ]
    ],

The Versions

26/07 2018

dev-master

9999999-dev

This is a very simple log handler for monolog to send a message to stride

  Sources   Download

MIT

The Requires

 

by Jeremias Wolff

logger log stride

26/07 2018

1.0

1.0.0.0

This is a very simple log handler for monolog to send a message to stride

  Sources   Download

MIT

The Requires

 

by Jeremias Wolff

logger log stride