Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bisand/graviton
Graviton SysLog Service
https://github.com/bisand/graviton
Last synced: 7 days ago
JSON representation
Graviton SysLog Service
- Host: GitHub
- URL: https://github.com/bisand/graviton
- Owner: bisand
- Created: 2012-10-09T14:54:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T13:18:26.000Z (about 4 years ago)
- Last Synced: 2024-11-08T16:12:23.397Z (2 months ago)
- Language: C#
- Homepage: bisand.github.com/Graviton
- Size: 6.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Graviton SysLog Service
=======================
A simple but useful syslog server.Graviton can collect logs from multiple sources and save the result into one or many files/destinations, depending on your setup. It can run as a standalone application or run as a service.
#### Installation
* Extract zip-file into a desired directory
* Type **Graviton.Service.exe install** from the command prompt to install Graviton as a service
* Start the service (**net start Graviton**)#### Client log4net configuration example
```xml
```
#### Example of loggerConfigurationSection in the Graviton app.config file
```xml
```