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!

Properties

Link copied to clipboard
val name: String

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
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
fun observer(onEvent: OnEvent<String>): RuntimeEvent.Observer<String>
fun observer(tag: String, onEvent: OnEvent<String>): RuntimeEvent.Observer<String>
fun observer(tag: String?, executor: OnEvent.Executor?, onEvent: OnEvent<String>): RuntimeEvent.Observer<String>
Link copied to clipboard
override fun toString(): String