DEBUG
Debug level logging. Events will only be dispatched when TorRuntime.Environment.debug is set to true
.
NOTE: Debug logs may reveal sensitive information and should not be enabled in production!
Functions
Link copied to clipboard
protected override fun createProtected(event: RuntimeEvent<String>, tag: String?, executor: OnEvent.Executor?, onEvent: OnEvent<String>): RuntimeEvent.Observer<String>
Link copied to clipboard
fun observer(tag: String?, executor: OnEvent.Executor?, onEvent: OnEvent<String>): RuntimeEvent.Observer<String>