Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Lorenzo5
Creator
Creator

anything to log miscellaneous data?

When you don't have to log rows but some spare data, like "<filename-with-full-path> saved" or "<count> rows found, <count-2> aggregated rows saved", you have to use System.out.println in a tJava component.

 

Any better component to log custom data, with some structured output (like log4J does)?

 

Thank you,

Lorenzo

Labels (4)
1 Reply
TRF
Champion II
Champion II

Hi,

 

You should have a lok at tWarn + tLogCatcher to manage your logs.