logSlow

Always takes the global lock to find the logger.

This is safe to use whenever because if they logger is replaced it will be returned. Normally though this feature isn't needed. Normally all loggers are registered during module initialization and then they are not changed.

@trusted
logger.Logger
logSlow
(
string name = __MODULE__
)
()

Meta