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");
Was this helpful?
Related Articles
Debug log Automatic rollover starting FNP-11.17.2 explained (101) 12Number of Views How to Capture Debug Output for Uninstallers 3Number of Views How to Generate a License File in FlexNet Publisher 12Number of Views How to Capture Debug Output for Windows-Based Installers 3Number of Views How to Capture Debug Output for UNIX / Linux or Pure Java Installers 7Number of Views
© 2026 Flexera Software. All Rights Reserved.