newLoggerFactory

fun newLoggerFactory(loggerFactoryClass: String): WireLogger.Factory

Create and return an instance of WireLogger.Factory.

Parameters

loggerFactoryClass

a fully qualified class name for a class that implements WireLogger.Factory. The class must have a no-arguments public constructor.