get

@JvmStatic
operator fun get(uid: String): Log?(source)

Retrieve an installed Log instance by its Log.uid.

Return

The Log instance, or null if no Log instances with the uid are found.

Parameters

uid

The Log.uid to search for.