Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
titleExample
registry = CreateObject("roRegistrySection", "networking")
registry.Write("syslog", "my-syslog-server")
registry.Flush()

...