getLogger

Gets a Logger using the configured logger factory. This is a shortcut for getLoggerFactory().getLogger().

getLogger
(
string name = __MODULE__
)

Parameters

name string

The name of the logger. Defaults to the name of the module where this function is invoked.

Return Value

Type: Logger

The logger.