-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
This logger property:
Line 37 in 95c7ef2
| inline val <reified T> T.logger: KotlinLogger |
Makes this unusable (we'll always end up using the getter with extra overhead):
companion object {
private val logger = logger()
}
Not everyone wants to use LOGGER as a name.
Please revert or move it somewhere else so it's not imported.
Metadata
Metadata
Assignees
Labels
No labels