review fixes

This commit is contained in:
Alexander Buntakov 2021-06-08 14:30:57 +03:00
parent 97bd0a1f13
commit 342343f2df
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import ru.touchin.logger.factory.LogBuilderFactory
class DefaultLogger(
private val logExceptionResolverResults: List<LogExceptionResolverResult<LogData>>,
private val logBuilderFactory: LogBuilderFactory<LogData>,
) : Logger {
) : Logger {
override fun log(clazz: Class<*>, exceptionResolverResult: ExceptionResolverResult) {
logBuilderFactory.create(this::class.java)