2022

Page tree

Versions Compared

Key

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

Every AppCode should log the Open, Read, Write and Set Context operations so that the results can be visible in the DBSync LogViewer. Note that DBSync runs in the scheduled batch mode so to view the results, it is important importint to view the LogViewer which shows the log traces for all the syncs completed and running 

...

1. In the Service class which implements AppCode ApiCode ,import java.util.Logger

2. Instantiate the Logger instance, static Logger logger = Logger.getLogger(MyDummyService.class.getName());

...