logEntriesById

fun <T : Any> logEntriesById(id: Long, mapper: (id: Long, index1: Long, index2: Long, subject: String, count: Long, node: String?) -> T): Query<T>
fun logEntriesById(id: Long): Query<Log>