Destination
Table of Contents
Classes
- DestinationBase
- Abstract base class for all logging destinations in the Neuron logging system.
- DevNull
- Generates no output. Use as dev/null.
- Echoer
- Outputs log data using the php echo command. (non stdout)
- Email
- Sends individual log data via email.
- File
- Appends log data to a file.
- Memory
- Appends log data to a string.
- Nightwatch
- Sends log data to Laravel Nightwatch monitoring service.
- Papertrail
- Outputs log data to Papertrail via remote syslog protocol.
- Slack
- Outputs log data to a Slack channel.
- Socket
- Outputs log data to a socket.
- Sqs
- Outputs log data to Amazon SQS (Simple Queue Service).
- StdErr
- Outputs log data to STDERR.
- StdOut
- Outputs log data to STDOUT.
- StdOutStdErr
- Outputs debug, info, notice, and warning to STDOUT.
- SysLog
- Outputs log data to syslog.
- WebHookPost
- Sends individual log data to a webhook.
- WebSocket
- Outputs log data to a WebSocket connection.