This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Knowledge Base
- :
- How to write custom messages in the DEBUG log using lc_log?
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
How to write custom messages in the DEBUG log using lc_log?
How to write custom messages in the DEBUG log using lc_log?
Summary
How to write custom messages in the DEBUG log using lc_log?Synopsis
The API that we can call from the vendor daemon that will allow us to write a message to the debug log file would be "lc_log".Discussion
Just add this piece of code anywhere after the lc_checkout call and after each checkout, we can get our customized message in the DEBUG log.
(void) lc_log(lm_job, "Print your messages in the debug loh: HERE\n\n\n");
No ratings