Skip to content

getLogger

function getLogger(namespace?): Logger

Get a logger for a given package.

Parameter Type Description

namespace?

string

the namespace to use for the logger.

Logger

A logger object with debug and error methods.