onInstall

protected open fun onInstall()(source)

Helper for implementations to delay initialization of things to time of Root.install. This is called just prior to making the Log available to logging functions, and is done so while holding a lock. Implementations should be fast, non-blocking, and not throw exception.