corda / net.corda.core.utilities / loggerFor

loggerFor

fun <reified T : Any> loggerFor(): Logger

Usually you won't need this method:

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

private val log = loggerFor<MyClass>()