JavaSteam
Toggle table of contents
1.7.0
jvm
Platform filter
jvm
Switch theme
Search in API
JavaSteam
JavaSteam
/
in.dragonbra.javasteam.util.log
/
LogManager
/
getLogger
get
Logger
open
fun
getLogger
(
clazz
:
Class
<
out
Any
>
)
:
Logger
Gets the
Logger
instance of the specified class.
Return
the logger instance.
Parameters
clazz
the class, must not be null.