We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0990d19 commit 845d801Copy full SHA for 845d801
src/main/scala/com/typesafe/scalalogging/Logger.scala
@@ -60,7 +60,7 @@ object Logger {
60
/**
61
* Create a [[Logger]] wrapping the created underlying `org.slf4j.Logger`.
62
*/
63
- def apply[A](clazz: Class[_]): Logger =
+ def apply(clazz: Class[_]): Logger =
64
new Logger(LoggerFactory.getLogger(clazz.getName))
65
66
0 commit comments