Rombobjörn

summaryrefslogtreecommitdiff
path: root/README
blob: cee43d8c72d1eea436ee4d643982c12bb00fa1d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
                                   System_Log

   System_Log is an Ada binding to the Unix syslog functions. It lets you
   send log messages to the system log from your Ada program.

Documentation

   There is documentation in the form of comments in the package
   specification. In addition to those you may want to read the manual page
   for syslog, which you should get with the command man 3 syslog on any
   Unix-like system.
   
   See the file INSTALL for build and installation instructions.

License

   System_Log is free software: you can redistribute it and/or modify it
   under the terms of the GNU General Public License version 3, as
   published by the Free Software Foundation.