getLogger

open override fun getLogger(name: String?): ILogger(source)

Implementations should be thread-safe since loggers may be requested by threads other than the main application thread.

Return

A logger adapter with the specified ID.

Parameters

name

The logger name.