On 10/06/2017 11:06 AM, ulyssesdwolfe wrote:
HiI am trying to hook up an app to log to /var/log through the rsyslog daemon andit seems I need this file https://github.com/dlang/druntime/blob/master/src/core/sys/posix/syslog.dbut I am not sure what the correct way to include files from the runtime libs is. Right now I am just doingimport core.sys.posix.syslog;
You found it.
