LoggerFactory

open class LoggerFactory

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getLogger(loggerClass: Class<out Any>): NoCoLogger
Returns an instance of NoCoLogger with the name of the specified class.
open fun getLogger(loggerName: String): NoCoLogger
Returns an instance of NoCoLogger with the specified name.