corda / net.corda.core.utilities / loggerFor

loggerFor

inline fun <reified T : Any> loggerFor(): <ERROR CLASS>

Usually you won't need this method:

Otherwise, this gets the Logger for a class using the syntax

private val log = loggerFor<MyClass>()