Download the PHP package appserver-io/logserver without Composer
On this page you can find all versions of the php package appserver-io/logserver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download appserver-io/logserver
More information about appserver-io/logserver
Files in appserver-io/logserver
Package logserver
Short Description A log server accepting http requests on udp to log async to configured locations over network.
License OSL-3.0
Homepage https://github.com/appserver-io/logserver
Informations about the package logserver
logserver
Introduction
A log server accepting http requests on udp to log async to configured locations over network.
We use this in the appserver.io
project as a server component for internal logging.
Issues
In order to bundle our efforts we would like to collect all issues regarding this package in the main project repository's issue tracker.
Please reference the originating repository as the first element of the issue title e.g.:
[appserver-io/<ORIGINATING_REPO>] A issue I am having
Installation
If you want to use the log server with your application you can install it by adding
to your and invoke in your project.
Usage
If you can satisfy the requirements it is very simple to use the logserver. Just do this:
If you're using appserver.io
the startup will be:
Now the server is listening on .
You can send normal http request into the log server in a specific way which is not clear yet.
More documentation on how requests should look like and how to configure the locations is comming soon...
External Links
- Documentation at appserver.io
- Documentation on GitHub
- Getting started
All versions of logserver with dependencies
monolog/monolog Version 1.10.*
psr/log Version *
techdivision/server Version 0.1.*
techdivision/http Version 0.1.*
techdivision/connection Version 0.1.*
techdivision/webserver Version 0.2.*