AbstractLoggerProvider

An abstract implementation of a logger provider. By default, this class uses no-op implementations for all members unless overridden in a subclass.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getOrCreateLogger(name: String): Logger

Get a logger by name

Inherited functions

Link copied to clipboard

Get the logger for the class T