createUri

open fun createUri(sessionId: Long): Uri

Returns the Uri to log entries from session with given id.

Return

the Uri that can be used to read log entries from

Parameters

sessionId

the session id


open fun createUri(key: String, number: Int): Uri

Returns the Uri to log entries from session with given id.

Return

the Uri that can be used to read log entries from

Parameters

key

the session key

number

the session number. Numbers are incremented automatically for each keystarting from 1 when creating new session.