ssmith-nova
2 years agoNew Contributor III
Smart Integration Function logging
Is there a way to log messages to the Error log within a Smart Integration Function that is running on the Local Gateway? I notice when a new SIF is created, none of the OneStream libraries are avai...
- 2 years ago
The current documentation is:
- Online docs - I would particularly check this page on BRs
- Navigator course
- Intro video
The library you mention is not covered in detail, although it is referenced in the guide. I guess intellisense might help you there. I can't see anything pre-built on pulling log messages to OneStream, although you could do it manually with this sort of logic:
- write a SIC function that looks at the local logs for events of a certain type and returns them
- write an Extender to invoke that function and write results to the OneStream log
- trigger the Extender every few minutes with a Data Management job.
If it looks like a lot of manual work for something that should be built-in - it might well be 😅 feel free to post a request for the feature in IdeaStream.