
This package provides a very simple gsyslog package. the point of this package is to allow safe importing of syslog without introducing cross-compilation issues. the stdlib log/syslog cannot be imported on windows systems, and without conditional compilation this adds complications.
instead, gsyslog provides a very simple wrapper around log/syslog but returns a runtime error if attempting to initialize on a non linux or osx system.
this package contains the source.