make

Create a logger for the module and make it configurable from "outside" via the registry.

@trusted
void
make
(
LoggerT
)
(
const logger.LogLevel lvl = logger.LogLevel.all
,
string name = __MODULE__
)

Meta