This article covers loggers related to Reporting that were introduced in Ignition version 7.8.X.
Loggers in this article:
Reporting.Data
- Provides details for the execution of an existing report. Details include the data source being used, the report’s file type, the method of deployment, and the report's destination file path.
- TRACE log stating the data source being used, the report’s file type, the method of deployment, and the report's destination file path:
Starting "query": SELECT[query="SELECT * FROM test_dataset", db="MSSQL", params="[]"]
[projectName=Test,reportPath=Test] Running prep stmt with arguments: []
[projectName=Test,reportPath=Test] Finished "query": 258 ms, 136,277 rows.
[projectName=Test,reportPath=Test] Running distribution Save File for report Test
[projectName=Test,reportPath=Test] About to write PDF report to path C:\Users\apalas\Downloads\Test 9-9-21 07AM
- TRACE log stating the data source being used, the report’s file type, the method of deployment, and the report's destination file path:
-
- DEBUG log providing more details of the report’s file type, the method of deployment, and the report's destination file path:
[projectName=Test,reportPath=Test] Trying SaveFile Action for Save File. Format is PDF, path is C:\Users\apalas\Downloads,
file name is {Report.Name}
+ " "
+ dateFormat(now(), "M-d-yy hha"
- DEBUG log providing more details of the report’s file type, the method of deployment, and the report's destination file path:
-
- WARN log stating an issue with a report’s destination file path:
[projectName=Test,reportPath=Test] File path C:\Userspalas\Downloads\Report.pdf can not be converted to a valid file path
- WARN log stating an issue with a report’s destination file path:
Comments
0 comments
Article is closed for comments.