LOG
Logging for TorRuntime internals.
Inheritors
Types
Link copied to clipboard
Debug level logging. Events will only be dispatched when TorRuntime.Environment.debug is set to true.
Link copied to clipboard
Info level logging.
Link copied to clipboard
Warn level logging. These are non-fatal errors.
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>