How to Log Messages in Import Processor Custom Enterprise Capture Scripts
(Doc ID 1946012.1)
Last updated on APRIL 15, 2024
Applies to:
Oracle WebCenter Enterprise Capture - Version 11.1.1.8.0 and laterInformation in this document applies to any platform.
Goal
When writing custom Enterprise Capture scripts, it is useful to be able to log messages to the Managed Server's diagnostic log file. The Logger class is available for this purpose in the Import processor scripts.
Note: In client scripts, the "println" function can be used to write messages to the Java console. Import Processor scripts run on the server side and the messages are logged to the server side log file.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |