IFileConverter

interface IFileConverter : Parcelable

Types

Link copied to clipboard
class Entry(val lineNumber: Int, var lines: MutableList<String>, val level: Level, val date: String)

Functions

Link copied to clipboard
abstract fun formatLog(level: Level, tag: String?, time: Long, fileName: String, className: String, methodName: String, line: Int, msg: String?, throwable: Throwable?): String
Link copied to clipboard