Creates LogLineInfo instance.
LogLineInfo({ required this.tag, this.logFilePath, this.lineNumber = 0, this.characterIndex = 0, });