gh-pages / com.nextfaze.devfun.internal.log

Package com.nextfaze.devfun.internal.log

Extensions for External Classes

Name Summary
org.slf4j.Logger  

Properties

Name Summary
allowTraceLogs var allowTraceLogs: Boolean
Controls trace-level logging. Disabled (false) by default.

Functions

Name Summary
logger fun <T : Any> T.logger(): Logger
Creates a new logger instance using the containing class’ qualified name.fun logger(name: String): Logger
Creates a new logger instance using name.