package tv.anypoint.dsl.model class LogInfo( val absoluteFilePath: String ) { var cursor: Long = 0 var lastLine: Long = 0 }