Duet module logging facilities
dmitriiz
Posts: 1
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.
Thanks in advance for any suggestions.
0
Comments
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.