Toggle navigation
Home
org.sonar.api.utils.log.Logger to org.slf4j.Logger
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Add or Remove Method invocation
Loggers.get(clazz)
to
LoggerFactory.getLogger(clazz)
Loggers.get(getClass())
to
LoggerFactory.getLogger(getClass())