Home AMX User Forum Duet/Cafe Duet

Duet module logging facilities

All duet modules base on com.amx.duet.core.osgi.Service that offer log functions that use "master's logging facilities". What the facilities do they mean? There are no any messages on diagnostic screen, nor in master log. Is there any way to capture it? And may be redirect to some device like rs-232 port or virtual NetLinx device?
Thanks in advance for any suggestions.

Comments

  • joelwjoelw Posts: 175
    You could:
    Log with severity levels to the netlinx log.
    Implement syslog logging.
    Write to File on CompactFlash.
    etc.

    Take your pick.

    Dave has a logging module somewhere here. I used it on one project, it works well.
  • bobbob Posts: 296
    Jeffaco has an excellent syslog module that is opensource.
Sign In or Register to comment.