...
BrightSign players can write to a remote syslog server using the standard syslog protocol. To configure remote logging, write the "syslog" entry to the "networking" section of the player registry:
Code Block | ||
---|---|---|
| ||
registry = CreateObject("roRegistrySection", "networking") registry.Write("syslog", "my-syslog-server") registry.Flush() |
...