LoggerName
Annotation that can be used to annotate a Tegral DI class and use a custom logger.
Note that this only affects loggers retrieved by using:
private val logger: Logger by scope()
Content copied to clipboard
It has no effect when using SLF4J's LoggerFactory.getLogger(...)
.