devLogger

abstract fun devLogger(name: String): Logger

Returns a logger that checks if the current environment isDev before doing any logging

Return

Logger instance with builtin dev checks

Author

fzzyhmstrs

Since

0.5.9

Parameters

name

String id of the delegate logger. This will be created with LoggerFactory.getLogger