erlang_syslog icon indicating copy to clipboard operation
erlang_syslog copied to clipboard

Erlang syslog logger

Results 2 erlang_syslog issues
Sort by recently updated
recently updated
newest added

Hi! ``` 0> syslog:start_link(name, app_name, "localhost", 514, local0). ok 2> syslog:send(name, "test"). ok 3> syslog:notice(name, "other test"). ok 4> syslog:send(name, "test 3", [{timestamp, os:timestamp()}]). ok ``` Excuted there, and /var/log/syslog...

Hi, I have added a .app-file which allows rebar to use this project as a dependency. I also added a facility lookup table, copied from the c driver erlang-syslog project...