An open API service indexing awesome lists of open source software.

https://github.com/powerman/narada-plugin-socklog

Logger service using socklog for Narada projects
https://github.com/powerman/narada-plugin-socklog

Last synced: 11 months ago
JSON representation

Logger service using socklog for Narada projects

Awesome Lists containing this project

README

          

Narada plugin: socklog
======================

This repo contains extra files needed to add syslog-compatible
http://smarden.org/socklog/[log service] for
https://github.com/powerman/Narada[Narada] projects.

There are different sets of files available in different branches:

master:: plugin files which you should merge into your project

doc:: (this branch) no plugin files, only documentation about this repo

== Install

Just merge this repo into your project's repo:

```
git remote add narada-plugin-socklog -t master -m master \
-f https://github.com/powerman/narada-plugin-socklog.git
git merge narada-plugin-socklog
```

NOTE: Instead of manually merging this plugin you can use alternative set
of base files when creating new Narada project available in
https://github.com/powerman/narada-base/tree/socklog[narada-base's
"socklog" branch].

== Documentation

Documentation is in your project's directory, see
https://github.com/powerman/narada-plugin-socklog/blob/master/doc/narada-plugin-socklog.adoc[doc/narada-plugin-socklog.adoc].