Log4kILoggerFactory

class Log4kILoggerFactory : ILoggerFactory

An implementation of the ILoggerFactory interface that creates and manages instances of Log4k loggers.

This factory provides a bridge between the Log4k logging framework and the ILoggerFactory interface, allowing for seamless integration of Log4k with existing logging infrastructure.

Constructors

Link copied to clipboard
constructor()

Functions

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