interface LogWorker
log
abstract fun log(level: Logger.Level, tag: String, message: String?, throwable: Throwable?): Unit