withApplicationLogFileLines

fun withApplicationLogFileLines(applicationLogFileLines: Int): CoreConfigurationBuilder

To use in combination with {@link ReportField#APPLICATION_LOG} to set the number of latest lines of your application log file to be collected. Default value is 100.

Return

this instance

Parameters

applicationLogFileLines

number of lines to collect.